Agno is a lightweight framework designed for building multi-modal AI agents. To get started, export your SambaNova API key and run the example code below.
from agno.agent import Agent, RunResponsefrom agno.models.sambanova import Sambanovaagent = Agent(model=Sambanova(), markdown=True)# Print the response in the terminalagent.print_response("Share a 2 sentence horror story.")