co-mono/packages
Mario Zechner 4cee070bdd refactor(ai): Simplify API with new streaming interface and model management
- Replace createLLM with getModel/getModels/getProviders functions
- Rename PROVIDERS to MODELS (internal only, not exposed)
- Add streamSimple/completeSimple for unified reasoning interface
- Update README with new API examples and comprehensive documentation
- Remove model registration (models are now fixed from build time)
- Add proper TypeScript typing for provider-specific options
- Document context serialization, cross-provider handoffs, and browser usage
2025-09-03 01:25:19 +02:00
..
agent test(ai): Add empty message tests for all providers 2025-09-02 02:03:06 +02:00
ai refactor(ai): Simplify API with new streaming interface and model management 2025-09-03 01:25:19 +02:00
pods test(ai): Add empty message tests for all providers 2025-09-02 02:03:06 +02:00
tui Clean-up 2025-09-03 00:01:32 +02:00