|
Build and Push Docker Image / build (push) Successful in 51s
Details
Bug: After registration, credentials were set directly on private attributes (_agent_id, _agent_secret) instead of using property setters. This bypassed _invalidate_client(), so the HTTP client kept using old headers without X-Agent-Id/X-Agent-Secret. Fix: Use property setters (self.agent_id, self.agent_secret) which trigger _invalidate_client() to recreate the client with new headers. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| orchestrator_client.py | ||