Changelog
New Features:
- LlamaCpp Model: Added a new
LlamaCpp
Model class for Llama CPP support!
Improvements:
- AgentOS CORS Middleware: AgentOS now automatically merges existing CORSMiddleware allow_origin lists when a custom FastAPI app is provided, with what is required for the AgentOS UI to function correctly.
Bug Fixes:
input_schema
in UI breaking workflows: For some workflow configs where the steps are not wrapped inStep
class, the UI does not show theinput_schema
form for them. This has been resolved.- Improve functionality of send_media_to_model flag:
- we currently use the
send_media_to_model
flag for the case where the input image to agent is to be accessed by a tool and should not be available to the model. - In this use-case if we use a tool to generate an image (e.g. DallE tools) and using a non-multimodal model, we then append the tool generated media now as a user message to model. When
send_media_to_model=False
we now exclude these results when sending messages to the model.
- we currently use the
What's Changed
- fix: Allow passing embedder instance to semantic chunker by @RockPaperSmittie in #4655
- fix: custom app cors by @ysolanky in #4673
- fix: input-schema UI breaking workflows by @kausmeows in #4666
- fix: Update AgentOS demo cookbook to match docs by @RockPaperSmittie in #4675
- fix: Remove mastra mcp from example and move to sqlite by @RockPaperSmittie in #4676
- fix: Don't overwrite tool call ids each time - this is a patch for now as the issue is annoying by @adiberk in #4657
- [perf] Update create_agent_run and File.valid_mime_types by @guodage in #4597
- feat: Add chat_history field to TeamSessionDetailSchema by @Ayush0054 in #4680
- fix: improve functionality of send_media_to_model flag by @kausmeows in #4683
- fix: Add support for handling provider_data in agent and response flow by @mishramonalisha76 in #4684
- feat: llama cpp by @ysolanky in #4686
- chore: Release 2.0.7 by @dirkbrnd in #4679
New Contributors
Full Changelog: v2.0.6...v2.0.7