This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| gptme [2026/03/25 14:52] – Create page with researched content agent | gptme [2026/03/30 22:20] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== gptme ====== | ====== gptme ====== | ||
| - | **gptme** is a free, open-source AI agent that runs in your terminal, acting as a personal coding copilot with local tools for executing shell commands, Python code, file editing, web browsing, and vision processing. It supports multiple LLM providers and features self-correcting behavior with an extensible plugin architecture. | + | **gptme** is a free, open-source AI agent that runs in your terminal, acting as a personal coding copilot with local tools for executing shell commands, Python code, file editing, web browsing, and vision processing. It supports multiple LLM providers and features self-correcting behavior with an extensible plugin architecture.(([[https:// |
| {{tag> | {{tag> | ||
| Line 74: | Line 74: | ||
| <code bash> | <code bash> | ||
| # Clone and install | # Clone and install | ||
| - | git clone https:// | + | git clone https:// |
| cd gptme | cd gptme | ||
| pip install . | pip install . | ||
| Line 112: | Line 112: | ||
| The agent uses a generate-execute-feedback loop: each step's output feeds back into the AI for the next iteration, enabling autonomous multi-step task completion. | The agent uses a generate-execute-feedback loop: each step's output feeds back into the AI for the next iteration, enabling autonomous multi-step task completion. | ||
| - | |||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 127: | Line 120: | ||
| * [[warp_terminal]] -- Warp agentic development environment | * [[warp_terminal]] -- Warp agentic development environment | ||
| + | ===== References ===== | ||