Skip to content

datrics-ai/agents-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Getting started

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

Create virtualenvironment

python3 -m venv .venv
source .venv/bin/activate

Install nearai

pip install nearai

Run locally

nearai agent interactive -v -a ./0.0.1 --local 

Deploy on agent hub

nearai registry upload ./0.0.1

About

Generate and Deploy Your Own AI Agents without code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published