From b9e91b3cdde41c313792575a21ef3216c143392b Mon Sep 17 00:00:00 2001 From: alexnicita Date: Wed, 31 Jul 2024 18:28:55 -0400 Subject: [PATCH] add `lib/create.py` to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0e8a77..50a83f2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Trade autonomously on Polymarket using AI Agents. - applies custom prompts in `ai/llm/prompts.py` - automatically executes trades from your wallet +`lib/create.py` contains similar logic for creating markets. + ## Customization This tool is meant to be modular and extensible.