From 0e41ed671bf8edaa299db7ae9552a96a3f8b64f8 Mon Sep 17 00:00:00 2001 From: evangriffiths Date: Fri, 9 Feb 2024 10:45:18 +0000 Subject: [PATCH] Update README TODOs --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a4b5824..8b410f5c 100644 --- a/README.md +++ b/README.md @@ -103,12 +103,11 @@ A list of framework projects that had traction but are no longer under developme ## TODOs -- Add `omen.py` that contains abstractions for getting markets and placing bets with the [Omen prediction market](https://omen.eth.limo/). - Implement agents for frameworks in `Other frameworks to try` - Add option to main.py to use a locally running llm (e.g. Ollama+litellm). -- Bet more intelligently, based on prediction probability, market odds, market liquidity etc. - Extend the agent with tools to pick the market. - Split agent functionality into: 1. Researcher: generates report from a market question 2. Predictor: Generates a `p_yes`, `p_no` for the market, from which it places a bet. - Seeing some reponses like `Error: 401 Client Error: HTTP Forbidden for url` from web scraping tool (e.g. for Reuters). Look to improve. +- Add `polymarket.py` that contains abstractions for getting markets and placing bets with the [Polymarket prediction market](https://polymarket.com/).