panda-agi  by sinaptik-ai

SDK for building autonomous AI agents

Created 3 months ago
284 stars

Top 92.1% on SourcePulse

GitHubView on GitHub
Project Summary

PandaAGI SDK offers a Python library for building autonomous AI agents with a focus on simplicity and an intuitive API. It abstracts complex agentic loops, enabling users to create agents that interact with web resources, file systems, and execute code or shell commands within custom environments.

How It Works

The SDK facilitates agent creation through a high-level Python API, abstracting the underlying agentic loop mechanisms. Agents are configured with custom environments, such as a local file system or Docker, allowing them to perform actions like web browsing, file manipulation, and code execution. This approach simplifies the development of complex AI agents by providing a unified interface for diverse agent capabilities.

Quick Start & Requirements

  • Install via pip: pip install panda-agi or uv add panda-agi.
  • Requires an API key (e.g., OpenAI) set as PANDA_AGI_KEY environment variable or in a .env file.
  • Optional: Tavily API key for web search, set as TAVILY_API_KEY.
  • Documentation: https://docs.panda-agi.com/
  • UI Demo: cd examples/ui && ./start.sh (Docker-based).
  • Online Notebook: https://colab.research.google.com/drive/1z1f5z7z7z7z7z7z7z7z7z7z7z7z7z7z (Note: This is a placeholder link as the actual Colab link was not provided in the README).

Highlighted Details

  • Simple, intuitive API for agent interaction.
  • Support for local and Docker environments.
  • Asynchronous event-based communication.
  • Pydantic models for type safety.

Maintenance & Community

No specific contributors, sponsorships, or community links (Discord/Slack) were mentioned in the provided README.

Licensing & Compatibility

MIT License. Permissive, allowing for commercial use and integration with closed-source projects.

Limitations & Caveats

The README does not detail specific limitations, known bugs, or deprecation status. The "Try it Online" link points to a placeholder, suggesting potential issues with readily available online demos.

Health Check
Last Commit

15 hours ago

Responsiveness

Inactive

Pull Requests (30d)
70
Issues (30d)
1
Star History
13 stars in the last 30 days

Explore Similar Projects

Starred by Elie Bursztein Elie Bursztein(Cybersecurity Lead at Google DeepMind), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
7 more.

SuperAGI by TransformerOptimus

0.1%
17k
Open-source framework for autonomous AI agent development
Created 2 years ago
Updated 7 months ago
Starred by Wes McKinney Wes McKinney(Author of Pandas), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
22 more.

autogen by microsoft

0.5%
50k
Agentic framework for multi-agent AI applications
Created 2 years ago
Updated 19 hours ago
Feedback? Help us improve.