jason.woltje
d6c7bf04d5
feat(orchestrator): wire agent lifecycle events to MS23 ingestion service
...
Add AgentIngestionService that writes to AgentConversationMessage and
AgentSessionTree on every agent lifecycle event (spawned, started,
completed, failed, killed).
Wire into AgentSpawnerService and AgentLifecycleService.
Partial #693
2026-03-06 20:24:13 -06:00
jason.woltje
49fa958444
chore(orchestrator): MS23 P0-001 done, P0-002 in-progress ( #700 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 02:10:59 +00:00
jason.woltje
8d6abd72bb
feat(api): MS23 mission control Prisma schema ( #699 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 01:18:06 +00:00
jason.woltje
1bed5b3573
chore(orchestrator): Bootstrap MS23 mission-control TASKS.md + PRD ( #698 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-07 00:27:24 +00:00
jason.woltje
c644d1044b
Merge pull request 'fix(api): add AuthModule import to UserAgentModule' ( #691 ) from fix/user-agent-auth-module into main
2026-03-05 22:22:18 +00:00
jason.woltje
bf5779fb73
fix(api): add AuthModule import to UserAgentModule
2026-03-05 16:21:38 -06:00
jason.woltje
08d7a6b708
chore: trigger CI rebuild for hotfix
2026-03-05 16:15:32 -06:00
jason.woltje
570edef4e5
Merge pull request 'fix(api): add AuthModule import to AgentTemplateModule' ( #690 ) from fix/agent-template-auth-module into main
2026-03-05 22:10:36 +00:00
jason.woltje
d220be6b58
fix(api): add AuthModule import to AgentTemplateModule
...
The AgentTemplateController uses AuthGuard which requires AuthService,
but AgentTemplateModule was not importing AuthModule. This caused the
API to crash during dependency resolution.
2026-03-05 09:46:22 -06:00
jason.woltje
ade9e968ca
chore(ms22-p2): mission complete — all 10 tasks done ( #689 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-05 15:41:43 +00:00
jason.woltje
413ecdb63b
feat(ms22-p2): add Discord channel → agent routing ( #688 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-05 14:04:06 +00:00
jason.woltje
e85fb11f03
test(ms22-p2): add unit tests for agent services ( #687 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-05 03:40:35 +00:00
jason.woltje
0869a3dcb6
chore(ms22-p2): update mission docs — P2-008 complete ( #686 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-05 03:32:36 +00:00
jason.woltje
a70f149886
feat(ms22-p2): add agent selector UI in WebUI ( #685 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-05 03:29:02 +00:00
jason.woltje
2f1ee53c8d
feat(ms22-p2): add agent status endpoints and chat routing ( #684 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-05 02:56:36 +00:00
jason.woltje
b52c4e7ff9
chore(ms22-p2): update docs after P2-004 completion ( #683 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-05 02:46:24 +00:00
jason.woltje
af56684e84
feat(ms22-p2): add UserAgent CRUD endpoints ( #682 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-05 02:44:19 +00:00
jason.woltje
ee4d6fa12b
feat(ms22-p2): add AgentTemplate admin CRUD endpoints ( #678 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-05 02:32:17 +00:00
jason.woltje
5bd08b0d0b
fix(deps): update multer override to >=2.1.1 ( #681 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-05 02:27:08 +00:00
jason.woltje
1eb581553a
Merge pull request 'docs(ms22-p2): validated PRD — 15/15 mosaic prdy validate' ( #680 ) from docs/ms22-p2-prd-validated into main
2026-03-05 01:59:25 +00:00
jason.woltje
da62b9bb73
docs(ms22-p2): validated PRD with FR/US/AC items — 15/15 mosaic prdy validate
2026-03-04 19:59:20 -06:00
jason.woltje
62fc76fea6
Merge pull request 'chore(ms22-p2): initialize mission, update manifest and TASKS' ( #679 ) from chore/ms22-p2-mission-init into main
2026-03-05 01:54:14 +00:00
jason.woltje
8b38026fed
chore(ms22-p2): initialize mission, update manifest and TASKS
2026-03-04 19:53:57 -06:00
jason.woltje
82b1b4cb41
Merge pull request 'feat(ms22-p2): seed default agent templates' ( #677 ) from feat/ms22-p2-agent-seed into main
2026-03-05 01:42:05 +00:00
jason.woltje
22e08e4ef2
feat(ms22-p2): seed default agent templates (jarvis, builder, medic)
2026-03-04 19:41:25 -06:00
jason.woltje
29cc37f8df
Merge pull request 'ci: mark deploy-swarm as failure:ignore' ( #676 ) from fix/ci-disable-deploy-swarm into main
2026-03-05 01:02:40 +00:00
jason.woltje
091fb54f77
ci: mark deploy-swarm as failure:ignore so CI passes independently of deploy
2026-03-04 19:02:25 -06:00
jason.woltje
939479ac7e
Merge pull request 'feat(ms22-p2): add AgentTemplate and UserAgent schema' ( #675 ) from feat/ms22-p2-agent-schema into main
2026-03-05 00:49:44 +00:00
jason.woltje
9031509bbd
Merge pull request 'test(web): update useChat tests for streaming-only implementation' ( #674 ) from fix/usechat-tests into main
2026-03-05 00:49:38 +00:00
jason.woltje
f11a005538
feat(ms22-p2): add AgentTemplate and UserAgent prisma schema
2026-03-04 18:49:25 -06:00
jason.woltje
8484e060d7
test(web): update useChat tests for streaming-only implementation
2026-03-04 18:14:14 -06:00
jason.woltje
673ca32d5a
Merge pull request 'docs(ms22): add Phase 2 PRD and TASKS for Named Agent Fleet' ( #673 ) from docs/ms22-p2-agent-fleet-prd into main
2026-03-04 20:18:38 +00:00
jason.woltje
a777f1f695
docs(ms22): add Phase 2 PRD and TASKS for Named Agent Fleet
2026-03-04 14:17:57 -06:00
jason.woltje
d7d8c3c88d
Merge pull request 'fix(chat): restrict to authenticated users only, fix overlay transparency' ( #672 ) from fix/chat-auth-only into main
2026-03-04 20:15:13 +00:00
jason.woltje
aec8085f60
chore: mark orchestrator session as completed
2026-03-04 14:12:58 -06:00
jason.woltje
44da50d0b3
fix(chat): restrict to authenticated users only, fix overlay transparency
2026-03-04 11:33:32 -06:00
jason.woltje
44fb402ef2
Merge pull request 'ci: use Portainer API for Docker Swarm deploy' ( #671 ) from ci/portainer-v2 into main
2026-03-03 19:01:31 +00:00
jason.woltje
f42c47e314
ci: use Portainer API for Docker Swarm deploy
2026-03-03 13:00:59 -06:00
jason.woltje
8069aeadb5
Merge pull request 'fix(chat): ConfigModule import + CSRF skip for guest endpoint' ( #670 ) from fix/chat-complete into main
2026-03-03 19:00:06 +00:00
jason.woltje
1f883c4c04
chore: remove stray file
2026-03-03 12:58:00 -06:00
jason.woltje
5207d8c0c9
fix(chat): skip CSRF for guest endpoint
2026-03-03 12:36:01 -06:00
jason.woltje
d1c9a747b9
fix(chat): import ConfigModule in ChatProxyModule
2026-03-03 12:28:50 -06:00
jason.woltje
3d669713d7
Merge pull request 'feat(chat): add guest chat mode for unauthenticated users' ( #667 ) from feature/chat-guest-mode into main
2026-03-03 17:52:08 +00:00
jason.woltje
1a6cf113c8
fix(lint): resolve prettier formatting in useChat.ts
2026-03-03 11:46:05 -06:00
jason.woltje
48d734516a
fix(lint): resolve prettier and dot-notation errors
2026-03-03 11:40:38 -06:00
jason.woltje
83477165d4
fix(chat): correct indentation in useChat guest fallback
2026-03-03 11:22:18 -06:00
jason.woltje
c45cec3bba
feat(chat): add guest chat mode for unauthenticated users
...
- Add POST /api/chat/guest endpoint (no auth required)
- Add proxyGuestChat() method using configurable LLM endpoint
- Add streamGuestChat() function to frontend chat API
- Modify useChat to fall back to guest mode on auth errors (403/401)
- Remove !user check from ChatInput disabled prop
- Configure guest LLM via env vars: GUEST_LLM_URL, GUEST_LLM_API_KEY, GUEST_LLM_MODEL
- Default guest LLM: http://10.1.1.42:11434/v1 (Ollama) with llama3.2 model
2026-03-03 11:16:23 -06:00
jason.woltje
b1baa70e00
fix(db): add missing MS21 user auth fields migration ( #666 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-03 04:10:10 +00:00
jason.woltje
55340dc661
fix(infra): install pgvector + uuid-ossp extensions in mosaic-db-init ( #665 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-03 03:55:25 +00:00
jason.woltje
a8d426e3c0
infra: migrate postgres to shared openbrain_brain-db ( #664 )
...
Co-authored-by: Jason Woltje <[email protected] >
Co-committed-by: Jason Woltje <[email protected] >
2026-03-03 03:45:46 +00:00