Skip to content

[AAASM-55] ✨ (ffi): Implement PyO3 async IPC bridge runtime core#13

Merged
Chisanan232 merged 28 commits into
masterfrom
v0.0.0/AAASM-55/aa_ffi_python_async_bridge
Apr 30, 2026
Merged

[AAASM-55] ✨ (ffi): Implement PyO3 async IPC bridge runtime core#13
Chisanan232 merged 28 commits into
masterfrom
v0.0.0/AAASM-55/aa_ffi_python_async_bridge

Conversation

@Chisanan232
Copy link
Copy Markdown
Contributor

Description

Implement AAASM-55 by adding a new native Rust/PyO3 extension module (agent_assembly._core) with an async Tokio bridge for runtime IPC semantics.

This PR introduces RuntimeClient, GovernanceEvent, PolicyResult, non-blocking event submission, timeout-aware policy querying, graceful shutdown, native build wiring, CI checks, and integration tests.

Type of Change

  • ✨ New feature
  • 🔧 Bug fix
  • ♻️ Refactoring
  • 🍀 Performance improvement
  • 📚 Documentation update
  • 🚀 Release

Breaking Changes

Does this PR introduce any breaking changes?

  • No
  • Yes (please describe below)

Related Issues

  • Related JIRA ticket: AAASM-55
  • Related GitHub issues: N/A

Testing

Describe the testing performed for this PR:

  • Unit tests added/updated
  • Integration tests added/updated
  • Manual testing performed
  • No tests required (explain why)

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • Comments added for complex logic
  • Documentation updated if needed
  • All tests passing

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud
Copy link
Copy Markdown

@Chisanan232 Chisanan232 merged commit ad0bd93 into master Apr 30, 2026
22 checks passed
@Chisanan232 Chisanan232 deleted the v0.0.0/AAASM-55/aa_ffi_python_async_bridge branch April 30, 2026 01:34
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.

1 participant