Commit Graph

30 Commits

Author SHA1 Message Date
gitprov c6730f8b3e Add gutask orient scheduled task to all agents
Runs every 4 hours (Europe/Oslo) so each agent gets an orientation
briefing with open tasks, letters, and session context.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 19:16:07 +02:00
gitprov e3e4f9d0ec Fix model config context/token limits and inject gutask orientation into agent identity
- Chat model max_tokens: 32000 → 4096 (was inflating context budget calculations)
- Utility model ctx_length: 8192 → 14000 (matches GLM flash actual loaded context)
- Utility model max_tokens: explicit 2048 cap (utility tasks need short responses)
- Utility model name: full zai-org/glm-4.7-flash to target correct LM Studio instance
- pull-agent-identity.py: include agent_id and gutask orientation block in system prompt
- gutask.md: expand lore command docs, note done auto-creates review record

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 23:32:58 +02:00
gitprov 54c6857252 Adding updates to agent 2026-05-10 18:46:48 +02:00
gitprov e0983d25ae Merge remote-tracking branch 'refs/remotes/origin/main' 2026-05-10 00:33:40 +02:00
gitprov a82cda6028 Removing faiss vector database 2026-05-10 00:31:33 +02:00
gitprov 714cef5c5b Adding fix to the model naem 2026-05-10 00:25:03 +02:00
gitprov 9887099cb2 Fixing maybe the token issue 2026-05-10 00:12:26 +02:00
gitprov 351e337113 Adding change to the max token in kwargs 2026-05-10 00:09:41 +02:00
gitprov f148237d09 Adding config files 2026-05-09 23:53:45 +02:00
gitprov 268095255f Fixing the z.ai default thingamajig 2026-05-09 23:23:06 +02:00
gitprov e36c9f4ee1 Shared skills now for all agent and fixed the settings for Gunnar and Hermes 2026-05-09 23:07:15 +02:00
gitprov bb444759f6 Adding lots of skills 2026-05-09 22:44:17 +02:00
gitprov b57fc43fc0 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-05-09 22:31:00 +02:00
gitprov 3fbf074b8d Adding changes to skills 2026-05-09 22:30:28 +02:00
gitprov 843525fb88 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-05-09 20:09:41 +02:00
gitprov c63baa04cf ADding some config: 2026-05-09 20:06:42 +02:00
gitprov ee656cec78 Adding config files 2026-05-09 20:06:15 +02:00
gitprov 3d02ee375a Adding config files 2026-05-09 20:04:06 +02:00
gitprov 2c5285bff2 Now, committedd 2026-05-09 20:02:12 +02:00
gitprov e34d7a59de Adding fixes to gunnar and hermes 2026-05-09 18:02:49 +02:00
gitprov 1ea87f51af iFinal change to gunnar settings 2026-05-09 15:53:53 +02:00
gitprov 106fe12c68 Adding a lot of skills for Hermes Gerhard 2026-05-09 15:51:39 +02:00
gitprov 8e97cbc97a Configure all agents for local inference via festinger
- All agents now use lm_studio provider → http://festinger:11434
- ctx_length set to 32768 for Omega13 (128GB RAM); reduce for smaller machines
- Model: qwen2.5-7b-instruct (update to larger model on Omega13)
- Each agent has a unique A0_PERSISTENT_RUNTIME_ID for stable mcp_server_token
- agent_profile=agent0 and mcp_server_enabled=true set in all settings.json
- agents/agent0/prompts/ placeholder created for pull-on-start persona override
- pull-agent-identity.py now writes to usr/agents/agent0/prompts/ (correct override path)
- festinger: agent_frameworks table auto-seeded on startup with all 5 agents
- festinger: num_ctx injection, agent_frameworks CRUD + admin UI, /chat endpoint
- festinger: removed debug system_prompt logging

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 13:00:07 +02:00
gitprov e8301fb2bf Adding content to git 2026-05-03 08:45:58 +02:00
gitprov 8c943ef38f Adding 2026-05-02 20:22:09 +02:00
gitprov 3f4bf304cf Updating memories 2026-05-02 18:53:12 +02:00
gitprov 6487e090d0 Adding memories and developing gunnar on the local machine 2026-04-25 11:28:14 +02:00
gitprov 8ff73d32ae Adding Festinger with wordnet 2026-04-19 16:16:13 +02:00
gitprov a27aa713d3 Adding gunnars memories to the github 2026-04-18 16:27:54 +02:00
gitprov 95dd1dfd63 Adding the knowledge files to git 2026-04-18 16:09:47 +02:00