https://github.com/wangyj641/react-agent
ReAct AI agent
https://github.com/wangyj641/react-agent
ai-agents codeassistant llm-agents
Last synced: 5 months ago
JSON representation
ReAct AI agent
- Host: GitHub
- URL: https://github.com/wangyj641/react-agent
- Owner: wangyj641
- Created: 2025-09-21T22:32:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-09-29T03:13:54.000Z (5 months ago)
- Last Synced: 2025-09-29T03:23:42.727Z (5 months ago)
- Topics: ai-agents, codeassistant, llm-agents
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReAct agent Code assistant
A ReAct agent to help you coding. It will generate source code automatically according to your request
### Set AI model environment
Here, I use github model which it is free
```
GITHUB_MODEL_TOKEN=xxx
GITHUB_API_BASE_URL=xxx
GITHUB_MODEL=xxx
```
### Start App
Start agent
```bash
uv run agent.py
```
Then, tell agent what you want it to do, Such as developing a card game.
Fox example:
```bash
uv run agent.py
Input your task:Develop a card game with C++ programing language
```
You will get card game source code in directory
```bash
.source
```