Krishna Shedbalkar

Results 9 issues of 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...

enhancement
autobuilder

### 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....

bug
openai-assistant
logging

@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...

enhancement

### 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, ![image](https://github.com/microsoft/autogen/assets/60742358/90209dd3-88d4-4568-8fea-acbebaf9b564) rather than having a response for...

bug
openai-assistant

### 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...

bug

## 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

0.2

### Describe the bug The following checks are failing and blocking PRs from being merged. ![image](https://github.com/microsoft/autogen/assets/60742358/15698c41-163c-469f-b1e6-435d736f6397) ### Steps to reproduce _No response_ ### Model Used _No response_ ### Expected Behavior...

bug

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...