panda-agi  by sinaptik-ai

SDK for building autonomous AI agents

Created 1 year ago
324 stars

Top 83.9% 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

7 months ago

Responsiveness

Inactive

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

Explore Similar Projects

Starred by Chris Van Pelt Chris Van Pelt(Cofounder of Weights & Biases), Carol Willing Carol Willing(Core Contributor to CPython, Jupyter), and
1 more.

marimo-pair by marimo-team

3.4%
302
Agents within live Python notebooks
Created 3 months ago
Updated 6 days ago
Starred by Vincent Weisser Vincent Weisser(Cofounder of Prime Intellect) and Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems").

ii-agent by Intelligent-Internet

0.1%
3k
Agentic framework for building and deploying intelligent agents
Created 1 year ago
Updated 1 month ago
Starred by Li Jiang Li Jiang(Coauthor of AutoGen; Engineer at Microsoft), Jared Palmer Jared Palmer(SVP at GitHub; Founder of Turborepo; Author of Formik, TSDX), and
1 more.

copilot-sdk by github

0.4%
9k
AI agentic workflow SDK for application integration
Created 4 months ago
Updated 15 hours ago
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%
18k
Open-source framework for autonomous AI agent development
Created 3 years ago
Updated 1 year 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.4%
58k
Agentic framework for multi-agent AI applications
Created 2 years ago
Updated 1 month ago
Starred by Lilian Weng Lilian Weng(Cofounder of Thinking Machines Lab), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
59 more.

AutoGPT by Significant-Gravitas

0.1%
185k
AI agent platform for building, deploying, and running autonomous workflows
Created 3 years ago
Updated 11 hours ago
Feedback? Help us improve.