Table of Contents
This is a simple project that allows users to create their own tools and ReAct agent to generate code. Here are the main features of this project:
- Create tools that extract information from different types of files
- Create ReAct agent from a selection of tools
- Generate code files with your agent and suitable prompts
- Download code files generated by agent
- Install Ollama: follow the guide on this link.
-
Clone the repository from Github:
git clone https://github.com/MrNobody65/code-generator-app.git
-
Create and activate python virtual environment with
conda
conda create -p venv python==3.11.0 conda activate ./venv
-
Install dependencies
pip install -r requirements.txt
-
Create
.env
file based on.env.example
and enter your API key from LlamaCloud -
Run the application
streamlit run app.py