• v1.4.4-dev f7f2a04a39

    FTMahringer released this 2026-05-09 00:35:32 +02:00 | 249 commits to main since this release

    AI-Firm Project Dispatch Entry Point

    Singleton AI-Firm receives projects from the Main Agent and delegates them to teams.

    Features:

    • FirmProject entity with status lifecycle (PENDING, ACCEPTED, IN_PROGRESS, BLOCKED, COMPLETED, REJECTED)
    • AiFirmDispatchService — validates dispatcher is main-agent, creates firm project, logs events
    • AiFirmController — REST endpoints: list, get, dispatch, assign to team, complete
    • FirmProjectDTO and DispatchProjectRequest
    • MainAgentRouterService updated with routeToFirm() and getAllRoutingLogs()
    • Migration V7 with firm_projects table

    Next: v1.4.5-dev Agent memory vault

    Downloads