Skip to content

Conversation

@jolovicdev
Copy link
Owner

Summary of Changes

Added

  • FastAPI-based REST API for the blackgeorge framework
  • Worker management endpoints (create, list, get, delete)
  • Workforce management endpoints (create, list, get, delete)
  • Job execution endpoints for workers and workforces
  • Run status and resume endpoints
  • Event tracking endpoints
  • Health check endpoint
  • Pydantic request/response models
  • Structured JSON logging middleware
  • Custom exception classes with proper HTTP status codes
  • OpenAPI/Swagger auto-documentation at /docs
  • 32 API tests with full coverage

Changed

  • Added list_runs() method to RunStore base class and implementations
  • Added httpx to dev dependencies for test client support
  • Configured ruff to ignore B008 for API routes (standard FastAPI pattern)

Documentation

  • Added docs/api.md with API usage examples

@jolovicdev jolovicdev self-assigned this Jan 10, 2026
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 908ee1aa38

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant