This project aims to create a meta-agent that can help you generate and deploy other AI agents using conversation. The meta-agent can interact with both public and private APIs, guiding you through the authentication process and securely storing API keys if needed. Current version can be found on NEAR AI Hub
python3 -m venv .venv
source .venv/bin/activate
pip install nearai
nearai agent interactive -v -a ./0.0.1 --local
nearai registry upload ./0.0.1