Step 1: Install nao-core package
Step 2: Initialize a nao project
- To name your project
- If you want to connect a database (optional)
- If you want to add a repo in agent context (optional)
- To add an LLM key (optional)
- If you want to setup a Slack connection (optional)
You can skip any optional question and configure them later in your
nao_config.yaml file.- A new folder with your project name
- An architecture for your context files
- A
nao_config.yamlconfiguration file - A
RULES.mdfile
Step 3: Verify your setup
cd to the project folder and run:Step 4: Synchronize your context
Step 5: Launch the chat and ask questions
http://localhost:5005.
From there, you can start asking questions to your agent!
Docker
Pull the image from DockerHub:http://localhost:5005
Docker Deployment Guide
See the full Docker deployment guide for more options