PandaAGI provides a simple, intuitive API for building general AI agents in just a few lines of code
The PandaAGI SDK provides a simple, intuitive API for building general AI agents in just a few lines of code. It abstracts away the complexity of Agentic Loops and provides a powerful interface for you to build autonomous agents. Each agent can be configured to run in a custom environment, interacting with the web, your file system, writing code, and running shell commands.
pip install panda-agi
Or with uv:
uv add panda-agi
First of all, make sure you have a API key. You can get one for free here. Make sure to set it as an environment variable:
export PANDA_AGI_KEY=your_api_key
or set it in the .env file:
PANDA_AGI_KEY=your_api_key
Once you have the API key, you can start using the SDK:
import asyncio
from panda_agi import Agent
from panda_agi.envs import LocalEnv
async def main():
# Create a custom environment for the agent
agent_env = LocalEnv("./my_agent_workspace")
# Create the agent
agent = Agent(environment=agent_env)
# Run the agent with a task
response = agent.run("Tell me a joke about pandas")
print(response.output)
# Other possible tasks
response = agent.run("Make a report of the real estate market in Germany")
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource