NaturalAgents.Demo.mp4
- Clone the github
git clone https://github.com/NaturalAgents/NaturalAgents.git
cd NaturalAgents
- Make workspace folder
mkdir workspace
cd workspace
- Create a .env file and store openai api key credentials
OPENAI_API_KEY=<your_api_key>
- Run playground from root directory
docker-compose up --build
NaturalAgents is a community-driven project, and we welcome contributions from everyone! There are many ways to be involved:
- Code contributions - help us develop new macros, frontend interfaces, and backend infrastructure for executing agentic workflows
- Usability research/design - ideate best possible features and UI/UX organizations with us (we want this software to be as usable/inuitive as possible)
- Feedback and testing - let us know what is working well, what could be improved, and what you'd like to see
We're making it easy for anyone to build Agents and custom workflows with AI using just plain english. We aim to democratize the power of agents to everyone
- Oct 11, 2024 - save and recall recipe files for later
- Oct 9, 2024 - added summarization macro
- Oct 6, 2024 - MVP editor; includes prompting and image generation macros
- Create more diverse macros:
search the web,text to audio,repeat - Include inputs:
user inputs,PDFs,images,audio,postgres database - Better agent communication - explore most usuable editor rules to chain agent responses together