|
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 |
|---|
|
|
| agent-node/VERSION |
|---|
| agent-node/src/agent_node/node.py |
|---|
| agent-node/src/agent_node/utils/auth.py |
|---|
| agent-node/src/agent_pb2.py |
|---|
| agent-node/src/agent_pb2_grpc.py |
|---|
| agent-node/src/protos/agent_pb2.py |
|---|
| agent-node/src/protos/agent_pb2_grpc.py |
|---|
| ai-hub/app/api/routes/user.py |
|---|
| ai-hub/app/config.py |
|---|
| ai-hub/app/core/grpc/services/grpc_server.py |
|---|
| ai-hub/app/core/grpc/utils/crypto.py |
|---|
| ai-hub/app/core/services/auth.py |
|---|
| ai-hub/app/core/services/node_registry.py |
|---|