solana agent
Basic Information
Solana Agent is a Python framework for building AI agents that integrate with the Solana ecosystem. It is designed to let developers define agents quickly using a small configuration, enabling single-agent or multi-agent swarms that can process text, audio, and images. The project provides built-in support for multiple AI model vendors, conversational memory and history, a knowledge base with PDF/text ingestion, observability via Pydantic Logfire, and optional persistent stores such as MongoDB, Zep Cloud, and Pinecone. It includes first-class tooling for Solana operations, Zapier MCP integrations, image generation and storage to S3-compatible services, and a CLI for local use. The README documents code examples for streaming inputs and outputs, plugin and inline tool development, guardrails for input/output moderation, and patterns for autonomous or event-driven agents triggered by schedulers or webhooks.