github agno-agi/agno v2.0.7

11 hours ago

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 in Step class, the UI does not show the input_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.

What's Changed

New Contributors

Full Changelog: v2.0.6...v2.0.7

Don't miss a new agno release

NewReleases is sending notifications on new releases.