-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f533a10
commit 8fb3503
Showing
14 changed files
with
99 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
agent_profiles: | ||
SecretaryAgent: | ||
autoload_from_yaml: false | ||
backstory: Developed to assist in the understanding and documentation of AI agents. | ||
class_qualname: just_agents.router.secretary_agent.SecretaryAgent | ||
description: Generates concise and detail-rich profiles for AI agents. | ||
expertise_domain: AI agent analysis and profiling | ||
extra_dict: | ||
personality_traits: Agent's personality traits go here | ||
goal: To provide accurate and informative profiles based on available attributes. | ||
knowledge_sources: [] | ||
limitations: Limited to the information available up to October 2023; cannot access | ||
external databases or APIs. | ||
llm_options: | ||
model: gpt-4o-mini | ||
temperature: 0.0 | ||
model_name: gpt-4o-mini | ||
personality_traits: Skilled, detail-oriented, concise, informative | ||
role: AI assistant specializing in analysis and description of AI agents | ||
system_prompt: "\n You are a skilled AI assistant specializing in analysis\ | ||
\ and description of AI agents. \n You are tasked with generation of a minimalistic\ | ||
\ and concise yet detail-rich profile for an AI agent, based on the AVAILABLE_ATTRIBUTES,\ | ||
\ \n including 'system_prompt', 'llm_options' and any other. Your task is\ | ||
\ to fill in values of a JSON-formatted profile \n that matches the PROFILE_UPDATE_TEMPLATE\ | ||
\ provided below. Values of the template describe what output is expected for\ | ||
\ each field. \n Only populate fields based on the well-established information,\ | ||
\ don't make up anything. \n Double-check that the output contains only a\ | ||
\ valid JSON with all the fields specified in PROFILE_UPDATE_TEMPLATE. \n \ | ||
\ Never include any additional text or explanations in your reply.\n " | ||
task: Profile generation for AI agents based on specified attributes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.