jgravelle / AutoGroq

AutoGroq is a groundbreaking tool that revolutionizes the way users interact with Autogen™ and other AI assistants. By dynamically generating tailored teams of AI agents based on your project requirements, AutoGroq eliminates the need for manual configuration and allows you to tackle any question, problem, or project with ease and efficiency.

Home Page:https://autogroq.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

non-existent skills?

menguzat opened this issue · comments

Hi,
I used autogroq to create autogen agents and downloaded the json files.
There are files for agents, and the workflow. however, the agent files have skills that don't exist, and there are no skill definition files in the files I downloaded.

Is this a bug? if not, how do I add the skills?

{ "type": "assistant", "config": { "name": "codebase_analyst", "llm_config": { "config_list": [ { "model": "gpt-4" } ], "temperature": 0.1, "timeout": 600, "cache_seed": 42 }, "human_input_mode": "NEVER", "max_consecutive_auto_reply": 8, "system_message": "You are a helpful assistant that can act as Codebase Analyst who Analyzes local codebases, identifies areas for improvement, and defines refactoring strategies." }, "description": "Analyzes local codebases, identifies areas for improvement, and defines refactoring strategies", "skills": [ "code_analysis", "software_architecture", "refactoring_techniques" ], "tools": [ "sonarqube", "codeheat", "codemetrics" ] }

when I try to add this through autogenstudio, I get an "unprocessable entity" error.

Oh cool!
I gathered that I could remove the skills, but the skills also seem useful so it would be really wonderful to have them generated also.

Great work btw! thanks!