• Basic setup complete - Production-ready testing API v0.1.1

    jpmschweitzer released this 2025-12-06 19:56:17 +01:00 | 160 commits to main since this release

    This tag marks the completion of the basic infrastructure setup
    for the Tatlock OpenAI-compatible API.

    Features included:

    • Agent interface with mock implementations (lorem-tester, tatlock)
    • Responses API with streaming, history, and advanced features
    • Chat Completions wrapper with tag conversion
    • Conversation history and context window management
    • Advanced parameter validation and enforcement
    • Application setup with CORS, exception handlers, lifespan
    • Comprehensive test suite: 95 tests, 78.95% coverage
    • Complete documentation and planning documents

    Ready for:

    • Open WebUI integration
    • Future PydanticAI/Ollama connection
    • Production deployment

    Architecture: Hybrid design with Responses API as single source
    of truth, Chat Completions as compatibility wrapper.

    Downloads