-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
Priority Level
High
Task Summary
To better support the microservice, we plan to refactor the codebase into a mini monorepo, following a "slim" subpackage pattern similar to pydantic-ai.
In the end, we want it to be possible to install the config, engine, and interface modules in an à la carte fashion:
- Microservice SDK: only needs
config - Microservice backend: needs
configandengine - Library: needs
config,engine, andinterface
Technical Details & Implementation Plan
No response
Dependencies
No response