Eliyar Eziz

Results 7 issues of Eliyar Eziz

## Base Info for this issue 1. ChatKit Version:0.8.3 2. App-ID: vKX4MuwjxME7qxuJC1N88nr7 3. Language:Swift 4. iOS System Version:iOS10 5. Prototype(是否是真机):YES 6. Issue Type:Bug ## 1. How to repeat the problem....

bug

### 📦 Environment Docker ### 📌 Version v1.52.16 ### 💻 Operating System Ubuntu ### 🌐 Browser Chrome ### 🐛 Bug Description 已经设置了 DEFAULT_AGENT_CONFIG,并且 ENABLED_OPENAI=0,但是 默认的系统助手依然使用 gpt-4o-mini ```yaml version: '3.8' services:...

🐛 Bug
ollama

## Problem Description I like to be able to get intermediate tool calling, and agent process while using Team mode. For example, I have agent like this. ```python import time...

enhancement

## Problem Description I like to able to trace the both exact LLM input output with their cose, currently I am using [Langfuse](https://langfuse.com/) which is great. Do we have any...

enhancement

## Summary Describe key changes, mention related issues or motivation for the changes. ## Type of change - [ ] Bug fix (If applicable, issue number: #____) - [x] New...

# Description When using stream mode with sync & async mode in LiteLLM model, the tool calling is not properly handled streamed tool calling, caused crash. ## Steps to Reproduce...

bug

# Description When try to tool call in parallel with `gemini-2.5-flash-preview`. ## Steps to Reproduce ```python from agno.agent import Agent from agno.models.openrouter import OpenRouter from agno.models.litellm import LiteLLM from agno.tools.reasoning...

bug