Compare commits

...

9 Commits

3 changed files with 1086 additions and 118 deletions

View File

@@ -1,5 +1,5 @@
{
"updated_at": "2026-03-27T15:20:52.948451",
"updated_at": "2026-03-27T21:56:42.192325",
"platforms": {
"discord": [
{

View File

@@ -1,8 +1,8 @@
model:
default: auto
provider: custom
default: gpt-5.4
provider: openai-codex
context_length: 65536
base_url: http://localhost:8081/v1
base_url: https://chatgpt.com/backend-api/codex
toolsets:
- all
agent:
@@ -206,7 +206,10 @@ providers:
base_url: http://localhost:11434/v1
model: hermes3:latest
mcp_servers:
morrowind:
# Key = prefix for tool names: mcp_{key}_toolname
# Shorter key = less room for model hallucination.
# Rename here + update morrowind/mcp_config.yaml to match.
mw:
command: python3
args:
- /Users/apayne/.timmy/morrowind/mcp_server.py

1191
tasks.py

File diff suppressed because it is too large Load Diff