v0.5.0 release
What's Changed
Features
- Add Assistant API server with
v1/chat/completion
for tool calling, andv1/assistant/lite
for agent running. - Add Tool Manager API server, allow user executes utilities in isolated, secure containers.
- Add rag workflow based on llama-index
- Add automatic stop words finding for different LLM's special token.
- Support llama3.
Full Changelog: v0.4.1...v0.5.0