Research Source Map
Use primary docs and repos where possible. Add better sources as they are found.
Pi / Pi Teams
- Pi coding agent homepage: https://pi.dev/
- Pi latest docs: https://pi.dev/docs/latest
- Pi usage docs: https://pi.dev/docs/latest/usage
- Pi RPC docs: https://pi.dev/docs/latest/rpc
- Pi packages index: https://pi.dev/packages
- Pi Teams repo: https://github.com/burggraf/pi-teams
- Pi Teams installed docs in container:
/home/agent/.npm-global/lib/node_modules/pi-teams/README.md - Pi Teams skill docs in container:
/home/agent/.npm-global/lib/node_modules/pi-teams/skills/teams.md - Pi container sandbox package: https://pi.dev/packages/pi-container-sandbox
Orchestration Frameworks
- LangGraph docs: https://docs.langchain.com/oss/python/langgraph
- CrewAI docs: https://docs.crewai.com/
- Pydantic AI docs: https://pydantic.dev/docs/ai/overview/
- Microsoft AutoGen docs / migration: https://learn.microsoft.com/en-us/agent-framework/migration-guide/from-autogen/
- AutoGen project docs: https://microsoft.github.io/autogen/
RAG / Knowledge Depot
- LlamaIndex docs: https://docs.llamaindex.ai/
- LlamaIndex installation: https://docs.llamaindex.ai/en/stable/getting_started/installation/
- LLM-wiki gist: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f#llm-wiki
Runtime / Repo / UI
- Bun install docs: https://bun.sh/docs/installation
- Bun package install docs: https://bun.sh/docs/cli/install
- Forgejo docs: https://forgejo.org/docs/
- Forgejo API usage: https://forgejo.org/docs/v10.0/user/api-usage/
- Docker Compose docs: https://docs.docker.com/compose/
- Tailscale SSH docs: https://tailscale.com/kb/1193/tailscale-ssh
Local Runtime Sources
- Workcell root:
/mnt/kitchen/from-house/workspace/d3-tui-pi-teams-proto - External prompt:
/mnt/kitchen/from-house/workspace/d3-tui-pi-teams-proto/EXTERNAL-AGENT-PROMPT.md - Claim board:
/mnt/kitchen/from-house/workspace/d3-tui-pi-teams-proto/llm-wiki/wiki/tasks/claim-board.md - Current Pi Teams runtime:
/home/agent/.pi/teams/d3-tui-triad/ - Current D3-TUI repo:
/mnt/kitchen/from-house/repos/d3-tui