1,493 questions
0
votes
0
answers
16
views
Microsoft Fabric Data Agent returns inconsistent results when running same KQL query multiple timesβ
Iβm new to Microsoft Fabric and currently working on a project where weβre building a Data Agent for a client.
The goal is that the agent should answer natural questions like βWhy was this order ...
0
votes
0
answers
12
views
How to handle stateful MCP connections in a load-balanced agentic application?
I'm building an agentic application where users interact with AI agents. Here's my setup:
Current Architecture:
Agent supports remote tool calling via MCP (Model Context Protocol)
Each user ...
0
votes
0
answers
10
views
voice_assistant From livekit-agents cannot be imported
I already download package livekit-agents and when I want to use, I can't find module voice_assistant. Is there a problem of my livekit-agents?
I already try upgrade my livekit-agents package to ...
0
votes
0
answers
33
views
Plivo AI Agent not calling human agent after transferCall redirect
I have an inbound call flow where:
Incoming call β handled by /incoming, which connects the call to Ultravox AI through a .
AI Agent conversation β if the caller asks for a human, the AI triggers /...
0
votes
1
answer
123
views
LangGraph: The parallel mapReduce task implemented by langGraph has an incorrect execution order
Background
The node relationships in the graph are as follows:
enter image description here
Parallel operation of nodes b and c
No blocking in nodes b and b2
Node C has sleep
Question:
Why should ...
0
votes
1
answer
58
views
'Failed to communicate with agent at http://127.0.0.1:5001 Tried multiple endpoint variations.', type=<ContentType.ERROR: 'error'>)
I have written a sample script using python-a2a package and hitting the following error. I am not sure if the issue is with the specific version of the package.
A2ACalcClient initialized for URL: http:...
0
votes
1
answer
43
views
TypeError: Controller.action() missing 1 required positional argument: 'self' on Controller of AI Agent [closed]
I have an AI Agent for which i have written a controller using Python 3.13 and Playwright.
@Controller.action(description='Get attribute and url of the page')
async def get_attr_url(self, browser: ...
0
votes
1
answer
35
views
Agent not using both tool specs
I've created an Agent using llama index. When I specify only one tool spec, it works correctly. However, when I try to use two, one is ignored.
import asyncio
import logging
import os
from dotenv ...
0
votes
0
answers
27
views
Smolagents CodeAgent gets error from correct code
the Smolagents CodeAgent is given a task to convert a string into markdown table format. It successfully captures the related part of the string and writes the code for markdown table formatting. ...
0
votes
0
answers
37
views
Autogen agent performs only the first step when run with playwright mcp
Problem:
I have an autogen agent which needs to perform basic website navigation task with several steps. The agent uses playwright MCP. The agent when run, performs the first step, and then it goes ...
3
votes
1
answer
94
views
Function call with OpenAI Agent SDK with Ollama fails
I'm having trouble getting function call working with OpenAI Agent SDK and Ollama. Suggestions/Solutions would be of great help. Thank you.
Using UV, python-12 and added "openai>=1.68.2" ...
0
votes
0
answers
33
views
Getting always 0 in agent evaluation with Agent Goal accuracy In RAGAS AI Framework
I am using ragas ==0.2.15.
I have created an Investment Research Assistant in LangChain-based conversational AI system designed to guide users in making informed investment decisions. It supports real-...
0
votes
0
answers
44
views
Loss of data in Agno team of agents
I am new to Agno an trying to build a simple team.
The idea is to provide some image, analyse its content, and store it in a structured way.
I'm trying this using a Team in "coordinate" mode ...
0
votes
0
answers
32
views
Authenticating with Key Vault Certificate in M365 Agents SDK
I am trying to build a bot application with M365 Agents SDK. I need to set up auth with a certificate that is in Key Vault, but in the sample it only allows adding certificate from local.
I was able ...
1
vote
1
answer
195
views
Dynamic and scalable MCP Server infrastructure in docker
I have the following structure of my MCP Server projekt
Folder structure
project-root/
β
βββ prompts/
β
βββ resources/
β
βββ tools/
β βββ add.py
β
βββ mcp_server.py
β
β-- main.py
mcp_server.py
...