# Pythinker β full documentation corpus > Concatenated markdown for AI agents. Sources are also available individually at > /README.md, /README_CODE.md, /PRODUCT.md, and /pythinker-cli.md. > See /llms.txt for a structured index per the llmstxt.org standard. --- # Pythinker AI β README Source: /README.md
π 24/7 Real-Time Market Analysis |
π Full-Stack Software Engineer |
π Smart Daily Routine Manager |
π Personal Knowledge Assistant |
|---|---|---|---|
| Discovery β’ Insights β’ Trends | Develop β’ Deploy β’ Scale | Schedule β’ Automate β’ Organize | Learn β’ Memory β’ Reasoning |
Thanks for visiting β¨ Pythinker!
| ### π₯οΈ Terminal-First Plan, edit, run, and verify without leaving your shell. Every action is visible, scriptable, and auditable. | ### β‘ Shell Command Mode Press `Ctrl-X` to drop into a direct shell prompt inside the agent. Run commands, then snap back into AI mode with full context preserved. |
| ### π§© ACP IDE Integration Run `pythinker acp` and any [Agent Client Protocol](https://github.com/agentclientprotocol/agent-client-protocol) editor β Zed, JetBrains, and more β gets a full Pythinker session inline. | ### π MCP Tool Loading Manage stdio and HTTP MCP servers with `pythinker mcp`. OAuth-backed servers, persistent config, ad-hoc files β all supported. |
|
### π€ Subagents & Skills
Delegate focused work to built-in subagents. Load reusable instructions via `/skill: |
### πͺ Hooks & Plugins Observe or block tool execution with hook events. Install community extensions with `pythinker plugin`. |
| ### π Web & Visualization UIs Optional web frontend and visualization frontend ship alongside the CLI for richer inspection workflows. | ### π€ Bring Your Own Model Swap providers and models per-session: `--model openai/gpt-5.5`, hosted Pythinker models, or your own keys. |
| **βΆοΈ Run & iterate** ```sh uv run pythinker # CLI from source make format # format all packages make check # lint + type-check ``` | **π§ͺ Test** ```sh make test # all unit + e2e tests make ai-test # AI-driven tests make test-pythinker-code # CLI only make test-pythinker-core # Core only make test-pythinker-host # Host only make test-pythinker-sdk # SDK only ``` |
| **π Frontends** ```sh make web-back # web backend make web-front # web frontend make vis-back # vis backend make vis-front # vis frontend ``` | **π¦ Build** ```sh make build # Python packages make build-bin # standalone binary make help # all targets ``` |
| ### π₯οΈ Terminal-First Plan, edit, run, and verify without leaving your shell. Every action is visible, scriptable, and auditable. | ### β‘ Shell Command Mode Press `Ctrl-X` to drop into a direct shell prompt inside the agent. Run commands, then snap back into AI mode with full context preserved. |
| ### π§© ACP IDE Integration Run `pythinker acp` and any [Agent Client Protocol](https://github.com/agentclientprotocol/agent-client-protocol) editor β Zed, JetBrains, and more β gets a full Pythinker session inline. | ### π MCP Tool Loading Manage stdio and HTTP MCP servers with `pythinker mcp`. OAuth-backed servers, persistent config, ad-hoc files β all supported. |
|
### π€ Subagents & Skills
Delegate focused work to built-in subagents. Load reusable instructions via `/skill: |
### πͺ Hooks & Plugins Observe or block tool execution with hook events. Install community extensions with `pythinker plugin`. |
| ### π Web & Visualization UIs Optional web frontend and visualization frontend ship alongside the CLI for richer inspection workflows. | ### π€ Bring Your Own Model Swap providers and models per-session: `--model openai/gpt-5.5`, hosted Pythinker models, or your own keys. |
| **βΆοΈ Run & iterate** ```sh uv run pythinker # CLI from source make format # format all packages make check # lint + type-check ``` | **π§ͺ Test** ```sh make test # all unit + e2e tests make ai-test # AI-driven tests make test-pythinker-code # CLI only make test-pythinker-core # Core only make test-pythinker-host # Host only make test-pythinker-sdk # SDK only ``` |
| **π Frontends** ```sh make web-back # web backend make web-front # web frontend make vis-back # vis backend make vis-front # vis frontend ``` | **π¦ Build** ```sh make build # Python packages make build-bin # standalone binary make help # all targets ``` |