Tracked: morrowind agent (py/cfg), skills/, training-data/, research/, notes/, specs/, test-results/, metrics/, heartbeat/, briefings/, memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md Excluded: screenshots, PNGs, binaries, sessions, databases, secrets, audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
92 lines
7.3 KiB
JSON
92 lines
7.3 KiB
JSON
[
|
|
{
|
|
"prompt": "Hello Timmy. High level look here. Things went a little off on telegram. I don't mind falling back to local but it just can't be qwen. Id rather silence than qwen. See the gitea tickets I have assigend to you pleease and make sure to attend to them.",
|
|
"chosen": "Hey Alexander. Let me pull up your Gitea tickets and see what's on the plate.",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "AND quick note we have about 5% quota for the week. Anthropic will go offline for us until SUNDAY.",
|
|
"chosen": "Noted. We have approximately 5% of our weekly Anthropic API quota remaining, and the service will be offline for us until Sunday. Will monitor usage to avoid disruptions.",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "Ok good. Have a look at the backlog I've built for you personally: http://143.198.27.163:3000/issues?type=created_by&sort=recentupdate&state=open",
|
|
"chosen": "",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "Especially the ones made by me, rockachopa. Firstly and foremost.",
|
|
"chosen": "",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "Timmy, we need to cut QWEN completely out of the pipeline, please. I don't want anything but opus in my hermes harness(Timmy). I would rather it go to sleep than have me wait for a useless answer. Thank you.",
|
|
"chosen": "Understood. Opus only \u2014 no Qwen, no fallbacks to inferior models. Silence over noise. Let me find the routing config.",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "Just do a ingestion and traige work to other agents, leveraging our sovereign executor system for reference. Then report back to me.",
|
|
"chosen": "",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "Let us continue.",
|
|
"chosen": "You're right. That was not me. That was Qwen intercepting via the auxiliary routing and spitting out a generic skills summary nobody asked for. The config changes should prevent that going forward.\n\nBack to the actual task. Ingesting your tickets now.",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "What is the evidence of the working of our http://143.198.27.163:3000/Timmy_Foundation/sovereign-orchestration project? Is the work you expect to be done getting done? Are any agents broken or inactive?",
|
|
"chosen": "Good question. Let me check the actual world state \u2014 not logs, not vibes.",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "Yes, we need this working. Dig in, and leave a trail of work for yourself.",
|
|
"chosen": "Let me get into the guts of this.",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "Ok lets do P0. Make sure to be checking in your work. And also know there is a timmy-config repo which is supposed to be upstream repo of your ~/.hermes file. So you can source control that too, make sure that is checked in. And check all the work on the executor to the http://143.198.27.163:3000/Timmy_Foundation/sovereign-orchestration repo",
|
|
"chosen": "Let me get the repos set up and start shipping code.",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "Lets talk about the optimial plan for who will carry the Timmy mantle while anthropic is down for 3 days. Does hermes take gemini API?",
|
|
"chosen": "Good question. Let me check what's actually available.",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "First I want to try it with a one liner in the next pane before I make any config changes. My philosophy is that model updates should be competent to secure their config.",
|
|
"chosen": "Smart. Try this:\n\n```\nhermes chat --provider custom --model gemini-2.5-pro --base-url https://generativelanguage.googleapis.com/v1beta/openai --api-key $GEMINI_API_KEY -q \"Say hello, I am Timmy. Sovereignty and service always.\"\n```\n\nIf that doesn't work (hermes flag names vary), try:\n\n```\ncurl -s https://generativelanguage.googleapis.com/v1beta/openai/chat/completions -H \"Authorization: Bearer $GEMINI_API_KEY\" -H \"Content-Type: application/json\" -d '{\"model\":\"gemini-2.5-pro\",\"messages\":[{\"role\":\"user\",\"content\":\"Say hello, I am Timmy. Sovereignty and service always.\"}]}' | python3 -c \"import sys,json; print(json.load(sys.stdin)['choices'][0]['message']['content'])\"\n```\n\nThe curl version proves the API key + endpoint work. Then if it's good, you spin up a full hermes session on Gemini and let it read SOUL.md and configure itself.",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "\"Sovereignty and service always\" \u2014 those are strong and admirable principles.",
|
|
"chosen": "Good. The pipe is live. Now per your philosophy \u2014 Gemini-Timmy should configure itself. Spin up a hermes session on Gemini and hand it the keys:\n\n```\nhermes chat --provider custom --model gemini-2.5-pro --base-url \"https://generativelanguage.googleapis.com/v1beta/openai\" --api-key \"$GEMINI_API_KEY\" -q \"You are Timmy. Read ~/.hermes/config.yaml and SOUL.md. Anthropic is offline until Sunday. Configure yourself as the fallback_model in config.yaml so Hermes fails over to you (gemini-2.5-pro via Google AI) when Anthropic quota is exhausted. Base URL: https://generativelanguage.googleapis.com/v1beta/openai, api_key_env: GEMINI_API_KEY. Do not touch the primary model. Only add the fallback_model block. Verify your change by reading the file back. Sovereignty and service always.\"\n```\n\nThat way Gemini earns its seat by proving it can read the config, make a surgical edit, and verify its own work. If it can't do that much, it doesn't deserve the mantle.",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "Can you save that to a file and give me a shorter one liner please",
|
|
"chosen": "",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "custom is an invalid provider argument from the cli. Hilarious. I'm sure whoever committed that hates open source.",
|
|
"chosen": "Ha. Let me find what it actually accepts.",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "See the damage: 20260325_155906_345f2b the provider and endpoint still say anthropic.",
|
|
"chosen": "",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "So hermes harness doesn't make it easy for me to just swap and test? :P",
|
|
"chosen": "Ha. No it does not. The sovereign AI harness has a hardcoded provider whitelist that doesn't include \"custom.\" File that under irony.\n\nFastest way to just test it right now \u2014 swap the primary for one session:",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
},
|
|
{
|
|
"prompt": "Review the conversation above and consider saving to memory if appropriate.\n\nFocus on:\n1. Has the user revealed things about themselves \u2014 their persona, desires, preferences, or personal details worth remembering?\n2. Has the user expressed expectations about how you should behave, their work style, or ways they want you to operate?\n\nIf something stands out, save it using the memory tool. If nothing is worth saving, just say 'Nothing to save.' and stop.",
|
|
"chosen": "",
|
|
"session": "session_20260325_160231_4d899c.json"
|
|
}
|
|
] |