Krishna Shedbalkar
Krishna Shedbalkar
### Is your feature request related to a problem? Please describe. I want to integrate my custom functions and langchain tools with agents created by AgentBuilder ### Describe the solution...
### Describe the bug I followed the example mentioned in https://microsoft.github.io/autogen/docs/notebooks/agentchat_logging/ But when i replaced the AssistantAgent, with GPTAssistantAgent. The logs werent captured in the DB. No new entry added....
@IANTHEREAL @ekzhu ## Why are these changes needed? It solves the logging issue with GPTAssistant Sequential chats, where only the last message of a sequential step was being logged, rather...
### Is your feature request related to a problem? Please describe. When AI agents are handed larger tasks, they fail to perform them correctly, and most of the times dont...
### Describe the bug After enabling the logging using: logging_session_id = autogen.runtime_logging.start(config={"dbname": "execution_logs.db"}) we are only able to see the first response message,  rather than having a response for...
### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...
## Why are these changes needed? Introduction of Autobuild, didn't support function/tool calling. This PR is solution to add this feature/ ## Related issue number Closes https://github.com/microsoft/autogen/issues/1510
### Describe the bug The following checks are failing and blocking PRs from being merged.  ### Steps to reproduce _No response_ ### Model Used _No response_ ### Expected Behavior...
Lets assume desktop commander mcp runs start_process tool with command 'g++ -o validator ./codeforces_problems/variable_edge_dijkstra/validator.cpp -std=c++17 -02' as this is just compilation of a c++ code, it gets completed instantaneously, after...