Skip to content

routine: managed-agents-api-refresh (2026-07-23) - #114

Draft
jim4226 wants to merge 1 commit into
mainfrom
claude/daily-2026-07-23-managed-agents-api-refresh
Draft

routine: managed-agents-api-refresh (2026-07-23)#114
jim4226 wants to merge 1 commit into
mainfrom
claude/daily-2026-07-23-managed-agents-api-refresh

Conversation

@jim4226

@jim4226 jim4226 commented Jul 23, 2026

Copy link
Copy Markdown
Owner

Summary

Folds five Managed Agents API surface changes that shipped 2026-07-22 into brain/research/01-anthropic-sdk.md, the doc that tracks current API signatures for CSIS's eventual real-backend migration. Docs-only; no runtime code touched.

Source: Claude Platform release notes, July 22, 2026 entry:

"Webhooks for Claude Managed Agents now cover the environment and memory store lifecycle: four environment.* event types and three memory_store.* event types."

Theme: 4 — Persistent memory + context (memory-store webhooks, session initial_events seeding), with a secondary touch on theme 1 — Multi-agent coordination (per-thread event deltas for sub-agent preview).

Touches: brain/research/01-anthropic-sdk.md §1 (capability table), §2 (event-stream snippet), §3 (rate-limit/caveat table).

What changed and why it matters to CSIS

  • memory_store.* webhooks — the Anthropic-native analog of what CSIS's own EventLog fakes locally today; worth a line in the Phase-1 P1.6 (multi-process EventLog) design once real-backend webhooks are in play.
  • initial_events on session-create — collapses the doc's existing "create session, then send the first event" two-call pattern into one call.
  • Per-thread event_deltas[] — lets a connection preview a single sub-agent's text instead of the whole roster's, relevant to CSIS's Researcher/Builder/Librarian split.
  • Agent effort level and optional agent-update version — minor signature notes for the eventual real-backend Coordinator.

No cycle-9 chokepoints touched (Coordinator.__init__, _BackendTracker, writer_iteration_id, promotion CAS) — this is a documentation-accuracy PR, not a behavior change.

Test plan

python -m pytest tests/ -q   # 250 passed, unchanged by this PR

Generated by Claude Code

Anthropic shipped five Managed Agents surface changes on 2026-07-22
(memory_store/environment webhooks, session-create initial_events
seeding, per-thread event deltas, agent effort level, optional
version on agent update). brain/research/01-anthropic-sdk.md exists
specifically to track current API signatures for CSIS's eventual
real-backend migration, so a stale doc silently drifts the plan.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GXBsMq1jsKq2458Up3gzXt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants