Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-existent skills? #13

Closed
menguzat opened this issue May 13, 2024 · 3 comments
Closed

non-existent skills? #13

menguzat opened this issue May 13, 2024 · 3 comments

Comments

@menguzat
Copy link

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.

@jgravelle
Copy link
Owner

jgravelle commented May 13, 2024 via email

@menguzat
Copy link
Author

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!

@jgravelle
Copy link
Owner

jgravelle commented May 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants