- Dockerfile: COPY to /app/agent/ and use agent.main:app for proper
package imports
- docker_ops: use low-level API in get_health() to avoid NotFound on
containers stuck in Docker Dead state
- Add comprehensive README with architecture, API docs, and usage
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Python 3.12-slim based image running uvicorn on port 8889. Includes
curl for container health checks.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>