A ReAct agent to help you coding. It will generate source code automatically according to your request
Here, I use github model which it is free
GITHUB_MODEL_TOKEN=xxx
GITHUB_API_BASE_URL=xxx
GITHUB_MODEL=xxx
Start agent
uv run agent.pyThen, tell agent what you want it to do, Such as developing a card game. Fox example:
uv run agent.py
Input your task:Develop a card game with C++ programing language
You will get card game source code in directory
.source