mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Add image generation tool to toolsets for messaging platforms
- Included "image_generate" in the toolsets for web, vision, and skills categories, expanding functionality for image-related tasks. - Updated comments for clarity on the new tool's purpose, ensuring users understand its integration within the existing framework.
This commit is contained in:
parent
ada0b4f131
commit
137ce05324
1 changed files with 6 additions and 0 deletions
|
|
@ -169,6 +169,8 @@ TOOLSETS = {
|
|||
"web_search", "web_extract",
|
||||
# Vision - analyze images sent by users
|
||||
"vision_analyze",
|
||||
# Image generation
|
||||
"image_generate",
|
||||
# Skills - access knowledge base
|
||||
"skills_list", "skill_view",
|
||||
# Cronjob management - let users schedule tasks
|
||||
|
|
@ -188,6 +190,8 @@ TOOLSETS = {
|
|||
"web_search", "web_extract",
|
||||
# Vision - analyze images sent by users
|
||||
"vision_analyze",
|
||||
# Image generation
|
||||
"image_generate",
|
||||
# Skills - access knowledge base
|
||||
"skills_list", "skill_view",
|
||||
# Cronjob management - let users schedule tasks
|
||||
|
|
@ -207,6 +211,8 @@ TOOLSETS = {
|
|||
"read_file", "write_file", "patch", "search",
|
||||
# Vision
|
||||
"vision_analyze",
|
||||
# Image generation
|
||||
"image_generate",
|
||||
# Skills
|
||||
"skills_list", "skill_view",
|
||||
# Cronjob management
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue