v1.3.0
·
121 commits
to main
since this release
Breaking
- Service method
llm.prompt_to_intelno longer takespostfix_system_promptas an argument as its redundant.
Features
- All
ProcessorclassesBot,AgentandDecodernow have areset_servicesmethod.- This provides an easy and lightweight way to reset any persistent data in all the processor services.
- All
ServiceclassesLlm,Http,Intelnow have areset_servicemethod.- This is for having more fine control over persistent data.
- there are other more fine control reset methods, and we recommend you check out the API reference.
Fixes
- Fixed the signatures for
__init__method onAgent,BotandDecoder. - Correct the order of operation for when message history adds responses in the llm service.