3 files changed
+84
-91
lines changed- .dockerignore+9-1
- .github/workflows/lint.yml+19
- .gitignore+9-4
- Makefile+9-1
- docs/agents.rst+192-19
- docs/automation/example_code_review.rst+3
- docs/conf.py+2
- docs/config.rst+1-1
- docs/custom_tool.rst+3
- docs/getting-started.rst+27
- docs/index.rst+10-3
- docs/mcp.rst+3
- docs/server.rst+67-47
- docs/tools.rst+38-21
- docs/usage.rst+2-2
- gptme/chat.py+9-37
- gptme/cli.py+9-10
- gptme/codeblock.py+73-30
- gptme/config.py+2-2
- gptme/constants.py+3-2
- gptme/eval/agents.py+10-6
- gptme/llm/__init__.py+32-14
- gptme/llm/llm_anthropic.py+8
- gptme/llm/models.py+25-3
- gptme/prompts.py+102-39
- gptme/server/api.py+89-19
- gptme/server/api_v2.py+190-19
- gptme/server/cli.py+38-12
- gptme/server/openapi_docs.py+695
- gptme/server/tasks_api.py+854
- gptme/server/workspace_api.py+64-13
- gptme/tools/morph.py+208
- gptme/tools/shell.py+195-61
- gptme/tools/subagent.py+3-1
- gptme/tools/tts.py+180-55
- poetry.lock+473-120
- pyproject.toml+9-2
- scripts/Dockerfile+7-1
- scripts/check_rst_formatting.py+95-14
- scripts/treeofthoughts.py+1-1
- scripts/tts_chatterbox.py+307
- scripts/tts_kokoro.py+248
- scripts/tts_server.py+333-245
- tests/test_codeblock.py+65-2
- tests/test_message.py+3
- tests/test_prompts.py+11-6
- tests/test_server_v2.py+53
- tests/test_shell.py+55
- tests/test_tools_patch.py+37
- tests/test_tools_tts.py+5-5
0 commit comments