Open
Conversation
- Add streaming_handlers support to http_wrapper.py for SSE streaming - Add /a2a/stream endpoint for streaming A2A requests - Update runtime.py to pass streaming_handlers to create_a2a_http_app - Agent card now shows streaming: true when streaming handlers are provided 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Replace TCP port-based architecture with Unix domain sockets to remove
the 200-agent per instance limit. Port mode is now deprecated.
Changes:
- Add SocketAllocator for creating agent socket directories
- Update models with socket_mode flag and SocketPathsModel
- Modify process_manager to spawn agents with socket paths
- Update state.py to use socket allocator for new deployments
- Add socket binding support to gRPC server (a2a/server.py)
- Update runtime_config to validate socket paths
- Add A2AMessage to proto for new message format
Socket structure: /var/run/pixell-agents/agent_{short_id}/*.sock
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Agents run from system Python while supervisor runs from venv. Both locations need the pixell-runtime package installed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Move talk_to_agent.py to scripts/ directory - Add generate_proto.sh for regenerating protobuf files - Add test-100-agents.py for load testing - Add agent_registry.py placeholder 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add CLAUDE.md with AI agent quick reference guide - Add A2A request flow and deployment diagrams - Add open source license documentation - Add A2A format update summary and upgrade notes - Add A2A compliance test script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Example agent demonstrating A2A streaming capabilities. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Socket architecture detailed flow and impact analysis - ALB/VPC migration guide - PAC deployment flow documentation - EC2 infrastructure state documentation - Deployment process and runtime overview 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
No description provided.