panda-agi
PandaAGI provides a simple, intuitive API for building general AI agents in just a few lines of code
File Explorer
Download Latest Version (.zip)- cd.yml
- agents.mdx
- architecture.mdx
- collect.mdx
- environments.mdx
- events.mdx
- knowledge.mdx
- skills.mdx
- training.mdx
- architecture.png
- chat_interface.png
- cli.png
- panda_agi_hero.png
- ui-video.gif
- chat-interface.mdx
- cli.mdx
- docs.json
- favicon.svg
- installation.mdx
- introduction.mdx
- mint.json
- package-lock.json
- package.json
- quickstart.mdx
- README.md
- __init__.py
- auth.py
- __init__.py
- agent.py
- __init__.py
- agent.py
- auth.py
- conversation.py
- files.py
- health.py
- __init__.py
- agent.py
- chat_env.py
- __init__.py
- event_processing.py
- Dockerfile
- main.py
- requirements.txt
- file.svg
- globe.svg
- next.svg
- vercel.svg
- window.svg
- page.tsx
- page.tsx
- page.tsx
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- file-explore.tsx
- file-find.tsx
- file-read.tsx
- file-replace.tsx
- file-upload.tsx
- file-write.tsx
- image-generation.tsx
- shell-exec.tsx
- shell-view.tsx
- shell-write.tsx
- use-skill.tsx
- user-message.tsx
- web-navigation-results.tsx
- web-search-query.tsx
- web-search-results.tsx
- button.tsx
- card.tsx
- form.tsx
- grid-view.tsx
- input.tsx
- label.tsx
- markdown-renderer.tsx
- message-card.tsx
- contact-form-card.tsx
- content-sidebar.tsx
- event-list.tsx
- message-card.tsx
- auth.ts
- chat.ts
- common.ts
- event-message.ts
- file.ts
- config.ts
- date.ts
- server.ts
- utils.ts
- middleware.ts
- .dockerignore
- .env.example
- .gitignore
- components.json
- Dockerfile
- eslint.config.mjs
- next.config.ts
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- yarn.lock
- .dockerignore
- .env.example
- .gitignore
- docker-compose.prod.yml
- docker-compose.yml
- README.md
- start.sh
- cli.py
- quickstart.py
- __init__.py
- agent.py
- callbacks.py
- event_manager.py
- models.py
- panda_agi_client.py
- state.py
- token_processor.py
- __init__.py
- base_env.py
- docker_env.py
- e2b_env.py
- local_env.py
- tmux_executor.py
- __init__.py
- base_handler.py
- logs_handler.py
- README.md
- test_docker.py
- test_e2b.py
- test_local.py
- test_anthropic.py
- test_litellm.py
- test_openai_v0_proxy.py
- test_openai_v1_proxy.py
- test_training_model.py
- test_deploy_nodejs.py
- __init__.py
- custom_tools.py
- __init__.py
- file_ops.py
- shell_ops.py
- utils.py
- __init__.py
- skills.py
- beautifulsoup.py
- tavily.py
- __init__.py
- base.py
- connection.py
- custom_tool_executor.py
- custom_tools.py
- file_system.py
- image.py
- models.py
- notification.py
- registry.py
- shell.py
- skills.py
- web.py
- anthropic_proxy.py
- base_proxy.py
- litellm_proxy.py
- openai_proxy.py
- __init__.py
- logger.py
- __init__.py
- collect.py
- conversation.py
- training_model.py
- __init__.py
- .env.example
- .gitignore
- e2b.Dockerfile
- pyproject.toml
- README.md
- setup.py
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/sinaptik-ai/panda-agi
Downloads the entire project code from GitHub to your computer.
cd panda-agi
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install panda-agi
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install panda-agi
Installs the package published on PyPI directly β no need to clone the source.
uv pip install -e ".[dev]"
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
