- Byte forge is an ai agent that can write code, run shell tools, and draw diagrams.
- Uses an llm to calls the tools under the hood.
- Designed to run inside an isolated environment to avoid any side effect to host os.
- Interact with agent using no-vnc.
- ls: List out files
- write_file: To write content to file
- read_file: To read content from a file
- shell: Run shell commands
- xdot: Render graphs
- Docker
docker build -t agent . docker run --env-file .env -p 5900:5900 -p 6080:6080 agent visit http://localhost:6080/vnc.html to interact with agent.