You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored and
SEA CAPITAL
committed
feat: Subagent grouping — hide from agents list, group by session
New /api/session-records endpoint:
Returns main + subagent records grouped by session_id
Main and sub records share session_id (already linked in data)
/api/agents changes:
Subagent agents (name contains /subagent) hidden from list
Subagent record counts merged into parent agent
?show_subagents=1 to override
This makes subagents a "part of" the main agent's work,
not independent agents. Like an employee's expense report
nesting their taxi rides — not listing taxis as employees.
849 tests pass.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments