Skip to content

Commit

Permalink
docs: add acolyt to create agent bash
Browse files Browse the repository at this point in the history
  • Loading branch information
TxCorpi0x committed Feb 5, 2025
1 parent 33b3884 commit 6f34c5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/create_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ ENSO_CONFIG='{
}'
ENSO_SKILLS='["get_tokens"]'

# Acolyt settings (optional)
ACOLYT_CONFIG='{
"api_key": ""
}'
ACOLYT_SKILLS='["ask_gpt"]'

# Twitter settings (optional)
# If you don't need to use the twitter skills, you can remove it in TWITTER_SKILLS
TWITTER_ENTRYPOINT_ENABLED=false
Expand Down Expand Up @@ -135,6 +141,8 @@ JSON_DATA=$(cat << EOF
"enso_enabled": $ENSO_ENABLED,
"enso_config": $ENSO_CONFIG,
"enso_skills": $ENSO_SKILLS,
"acolyt_config": $ACOLYT_CONFIG,
"acolyt_skills": $ACOLYT_SKILLS,
"twitter_enabled": $TWITTER_ENTRYPOINT_ENABLED,
"twitter_entrypoint_enabled": $TWITTER_ENTRYPOINT_ENABLED,
"twitter_config": $TWITTER_CONFIG,
Expand Down

0 comments on commit 6f34c5f

Please sign in to comment.