Gaurav Dhiman
Gaurav Dhiman
### Describe the issue Autogen does not install `markdownify` package, a required dependency for by WebSurfer. I use poetry for env namagement and installing the packages. Used `poetry add pyautogen`...
All this is in context of OpenAI models. Because of big test run logs, I am putting them in pastebin and linking them here, else this description becomes too big...
## Description Very minor change - Just ignoring all possible virtual envs as people can name the venv with anything after venv. I normally name it like `.venv-`, so that...
# Description Created the workspace using `ag ws create` command. It created the workspace but there are some files that refer to `phi` package in place of `agno`, so when...
# Description As per the docs about team `show_members_responses` should set the debug mode on for team and members, but in my experience, we also need to enable `debug_mode` else...
# Description Using content cookbook with different models: Here is the agent script: ``` import dotenv from openai import OpenAI dotenv.load_dotenv() from agno.agent.agent import Agent from agno.models.openai.chat import OpenAIChat from...
### 🎤 Tell us your idea Currently, CopilotKit provides support for LanGraph and Crue AI frameworks only. However, given that [Agno](https://www.agno.com/) is a widely-used Python framework for AI agent development,...
…s a result of that the content (function call response) is missing from tool events too. ## Summary Issue details: https://github.com/agno-agi/agno/issues/3041 Describe key changes, mention related issues or motivation for...
# Description When agent is configured to run with Gemini models, the `tool_call_id` is always `None` and as a result the `content` / response of the tool call is also...
## Problem Description In current implementation, on tool call completion we get `role`, `tool_name` and `tool_args` (and `tool_call_id` although that is always `None`), but we don't get tool response. We...