afourney
afourney
The gold URL for task #49 contains a bug. ``` { "sites": [ "gitlab" ], "task_id": 45, "require_login": true, "storage_state": "./.auth/gitlab_state.json", "start_url": "__GITLAB__/a11yproject/a11yproject.com", "geolocation": null, "intent_template": "Check out the most...
We've recently started to onboard WebArena for evaluating AutoGen, and have encountered a persistent issue: GPT-4-based agents keep trying to visit the real Reddit website, and complain when they can't....
### Describe the bug The following lines cause automated code-scanning tools to falsely identify the presence of an API key in the code. https://github.com/microsoft/autogen/blob/7ceee5dadce85633b9545580cd0e4d765a9ad3e9/test/oai/test_utils.py#L51C4-L58C7 Revise the placeholder to make more...
## Why are these changes needed? See issue #1680. TL;DR: Token limits and costs are hardcoded in various files. Adding new models requires editing numerous files. Costs are keyed off...
## Why are these changes needed? ** DRAFT - CONTRIBUTE, BUT DO NOT REVIEW ** This PR adds a very basic, very crude, multimodal web surfer. ## Instructions: You must...
I am building an application (APRS Meshtastic gateway), that would significantly benefit from being able to send **tabpback messages**. For example, a tabpback message of thumbs up could signal that...
AgentChat port of MagenticOneOrchestrator needs to validate json here: https://github.com/microsoft/autogen/blob/a27a130b4553c9002797e82a29bbc6db90b1bc92/python/packages/autogen-agentchat/src/autogen_agentchat/teams/_group_chat/_magentic_one/_magentic_one_orchestrator.py#L214C4-L215C55 The original version has code for this: https://github.com/microsoft/autogen/blob/a27a130b4553c9002797e82a29bbc6db90b1bc92/python/packages/autogen-magentic-one/src/autogen_magentic_one/agents/orchestrator.py#L215-L260
### What feature would you like to be added? LocalCommandLineExecutor leaves a lot of debris on disk like: ``` tmp_code_84c00a94989f5048ee254cb2e583fc8e75b66c0afef4a7a76c8901a4eb2f5bc5.py tmp_code_95c44f5140612045a5fb8c5ccad956a2ae4afb4a028201cf836fbb55c09c72f1.py ``` These files are executed once, and never referred...