Agno AI
Agno is a lightweight library for building Multimodal Agents.

Prerequisite
Install
Install Agno CLI globally.
Setup
Create a new workspace
[!NOTE] Agno Workspaces are standardized codebases for running Agentic Systems locally using Docker and in production on AWS. They help us manage our Agentic System as code.
This will create a folder named agent-app with the following structure:
Setup existing workspace
If you clone the codebase directly (eg: if your coworker created it) - run ag ws setup to set it up locally
Develop
Start workspace resources
Run
ag ws upto start i.e. create workspace resources
Stop workspace resources
Run
ag ws downto stop i.e. delete workspace resources
Other commands
Examples
Last updated
Was this helpful?