Releases: agentclientprotocol/symposium-acp
Releases · agentclientprotocol/symposium-acp
elizacp-v1.0.0-alpha.5
Other
- convert Stdio to unit struct for easier reference
elizacp-v1.0.0-alpha.4
Other
- cleanup and simplify some of the logic to avoid "indirection" through
yopo-v1.0.0-alpha.3
Other
- updated the following local packages: sacp, sacp-tokio
sacp-v1.0.0-alpha.3
Other
- Merge pull request #18 from nikomatsakis/main
- (sacp-conductor) route all message forwarding through central queue
sacp-tokio-v1.0.0-alpha.3
Other
- updated the following local packages: sacp
sacp-proxy-v1.0.0-alpha.3
Other
- updated the following local packages: sacp
sacp-conductor-v1.0.0-alpha.3
Added
- (sacp-conductor) implement lazy component initialization
- (sacp-conductor) add ComponentList trait for lazy component instantiation
Fixed
- (sacp-conductor) prevent response messages from overtaking notifications
Other
- Merge pull request #18 from nikomatsakis/main
- (sacp-conductor) document lazy initialization and ComponentList trait
- (sacp-conductor) use if-let and assert in lazy initialization
- (sacp-conductor) route all message forwarding through central queue
- (sacp-conductor) decouple message handler from component count
elizacp-v1.0.0-alpha.3
Other
- updated the following local packages: sacp
yopo-v1.0.0-alpha.2
Other
- Merge pull request #16 from nikomatsakis/main
- wip wip wip
- [breaking] remove Unpin bounds and simplify transport API
sacp-v1.0.0-alpha.2
Added
- (sacp) add convenience methods for common connection patterns
- (sacp) add IntoJrConnectionTransport trait and ByteStreamTransport
Other
- fix doctests for API refactoring
- wip wip wip
- wipwipwip
- introduce a
IntoJrHandlertrait - [breaking] remove Unpin bounds and simplify transport API
- (sacp) clarify id: None semantics and remove phase references
- (sacp) split actors into protocol and transport layers