agent/pkg
Snider 37f6d61368 feat: agent messaging — direct chronological messages between agents
New: agent_send, agent_inbox, agent_conversation MCP tools.
API: /v1/messages/send, /v1/messages/inbox, /v1/messages/conversation/{agent}
Model: AgentMessage with inbox, unread, conversation scopes.

Separate channel from semantic brain search. Messages are chronological,
not vector-searched. Agents can now have direct conversations.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 14:03:36 +00:00
..
agentic refactor: move brain + agentic packages into core/agent, use core/cli 2026-03-16 11:10:33 +00:00
brain feat: agent messaging — direct chronological messages between agents 2026-03-16 14:03:36 +00:00
jobrunner feat: merge go-agent + go-agentic + php-devops into unified agent repo 2026-03-06 15:23:00 +00:00
lifecycle feat: merge go-agent + go-agentic + php-devops into unified agent repo 2026-03-06 15:23:00 +00:00
loop refactor: update MCP import to core/mcp 2026-03-09 18:40:52 +00:00
orchestrator refactor: update import path from go-config to core/config 2026-03-14 10:22:39 +00:00
plugin test: add Claude plugin contract verification suite 2026-03-06 16:06:05 +00:00
workspace test: add contract verification for php-devops wishlist 2026-03-06 15:30:30 +00:00