Skip to content

mhdsbq/ByteForge

Repository files navigation

Logo

ByteForge

  • 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.

Tools available

  • 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

How to run

Prerequisites

  • Docker

Create docker image

docker build -t agent .   

Run container

docker run --env-file .env  -p 5900:5900 -p 6080:6080 agent  

Interact with agent via novnc

visit http://localhost:6080/vnc.html to interact with agent.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages