chore: Stable Agent Mesh - Deterministic HMAC Signatures and Proto Synchronization
- Fix circular import in Agent auth utility (Live config vs static import)
- Enforce deterministic Protobuf serialization for cross-platform signature consistency
- Synchronize stale Protobuf classes in agent-node source tree
- Sign gRPC keepalive/work-pool messages to prevent stream drops
- Fix Hub config initialization order (OIDC_ENABLED vs ALLOW_PASSWORD_LOGIN)
- Enhanced stream error logging with tracebacks
- Bumped version to 1.1.0 to force fleetwide update
1 parent a1302b4 commit 106f28e87a70651540148ce5d3c2b290a39a9340
@Antigravity AI Antigravity AI authored 7 hours ago
Showing 13 changed files
View
agent-node/VERSION
View
agent-node/src/agent_node/node.py
View
agent-node/src/agent_node/utils/auth.py
View
agent-node/src/agent_pb2.py
View
agent-node/src/agent_pb2_grpc.py
View
agent-node/src/protos/agent_pb2.py
View
agent-node/src/protos/agent_pb2_grpc.py
View
ai-hub/app/api/routes/user.py
View
ai-hub/app/config.py
View
ai-hub/app/core/grpc/services/grpc_server.py
View
ai-hub/app/core/grpc/utils/crypto.py
View
ai-hub/app/core/services/auth.py
View
ai-hub/app/core/services/node_registry.py