You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will execute the `one_best_trade()` method directly.
505
537
538
+
**Create Markets:**
539
+
540
+
To generate market ideas using AI:
541
+
542
+
```bash
543
+
python -m agents.application.creator
544
+
```
545
+
546
+
This will execute the `one_best_market()` method to generate market suggestions.
547
+
506
548
### Docker Deployment
507
549
508
550
Build and run with Docker for easy deployment:
@@ -620,11 +662,18 @@ Files for managing your local environment, server set-up to run the application
620
662
621
663
**`cli.py`** is the primary user interface for the repo. Users can run various commands to interact with the Polymarket API, retrieve relevant news articles, query local data, send data/prompts to LLMs, and execute trades in Polymarkets.
622
664
665
+
**`run.py`** is the main entry point script that initializes the Polymarket client and verifies your environment setup.
0 commit comments