[AAASM-48] ✨ (adapters): Bootstrap FrameworkAdapter architecture#5
Merged
Chisanan232 merged 34 commits intoApr 27, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
Chisanan232
added a commit
that referenced
this pull request
May 9, 2026
Thread-safe in-memory graph keyed on agent_id → parent_agent_id. record(), children_of(), ancestors_of() enable querying the spawn tree built from SpawnContext lineage data. Exported from agent_assembly.core. Integration Test 10 proves the full chain: patched Pydantic AI Tool._run sets _SPAWN_CTX → child agent reads parent_agent_id → LineageRegistry records the edge → children_of and ancestors_of return correct lineage. Closes AC #5 of AAASM-1184.
11 tasks
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.



Description
Implement the
FrameworkAdapterfoundation for AAASM-48 with atomic commit slices:GovernanceInterceptorprotocol andFrameworkAdapterABC contractis_available,get_active_version)AdapterValidationErrorand public exportsType of Change
Breaking Changes
Does this PR introduce any breaking changes?
Related Issues
Testing
Describe the testing performed for this PR:
Checklist