routine: managed-agents-api-refresh (2026-07-23) - #114
Draft
jim4226 wants to merge 1 commit into
Draft
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
Theme: 4 — Persistent memory + context (memory-store webhooks, session
initial_eventsseeding), 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 ownEventLogfakes locally today; worth a line in the Phase-1 P1.6 (multi-process EventLog) design once real-backend webhooks are in play.initial_eventson session-create — collapses the doc's existing "create session, then send the first event" two-call pattern into one call.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.effortlevel and optional agent-updateversion— 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
Generated by Claude Code