Described bird facts.
UnderstandRead and summarized README.md contents.
Understandthink about birds, then read @README.md
Birds are remarkable - feathered dinosaur descendants with hollow bones, incredible migration capabilities spanning continents, and complex vocalizations for communication. From the Arctic tern's pole-to-pole journeys to the peregrine falcon's 240+ mph dives, they're endlessly fascinating.
Now let me read the README:
This is the Pi Monorepo, containing tools for building AI agents and managing LLM deployments.
Packages:
| Package | Description |
|---|---|
@mariozechner/pi-ai | Unified multi-provider LLM API |
@mariozechner/pi-agent-core | Agent runtime with tool calling |
@mariozechner/pi-coding-agent | Interactive coding agent CLI |
@mariozechner/pi-mom | Slack bot delegating to pi |
@mariozechner/pi-tui | Terminal UI library |
@mariozechner/pi-web-ui | Web components for AI chat |
@mariozechner/pi-pods | CLI for vLLM on GPU pods |
Development commands:
npm install / npm run build / npm run check./test.sh for tests./pi-test.sh to run pi from sourcesWhich module(s) would you like to work on?
what did you read?
I read the repository root README.md. It describes the Pi monorepo, lists the packages (ai, agent, coding-agent, mom, tui, web-ui, pods), and shows the main development commands like npm install, npm run build, npm run check, and test scripts.