Create New Gail
Create a new Gail character with customizable attributes and personality traits.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_NEW_GAIL])
Update Gail Appearance
Modify the physical appearance of an existing Gail character.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_GAIL_APPEARANCE])
Generate Gail Dialogue
Generate dialogue for a Gail character based on her personality and the given context.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_GAIL_DIALOGUE])
Assign Gail Task
Assign a specific task or mission to a Gail character within the story or game.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ASSIGN_GAIL_TASK])
Gail Interaction
Initiate an interaction between a Gail character and another character or object.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_INTERACTION])
Save Gail Profile
Save the current state and attributes of a Gail character to a profile.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SAVE_GAIL_PROFILE])
Load Gail Profile
Load a previously saved Gail character profile to continue working with it.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LOAD_GAIL_PROFILE])
Delete Gail
Permanently remove a Gail character from the system.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.DELETE_GAIL])
Generate Gail Backstory
Create a detailed backstory for a Gail character, including her history and motivations.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_GAIL_BACKSTORY])
Gail Emotion Update
Update the emotional state of a Gail character based on recent events or interactions.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_EMOTION_UPDATE])
Gail Relationship Change
Modify the relationship status or dynamics between a Gail character and other characters.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_RELATIONSHIP_CHANGE])
Generate Gail Art
Create visual art or illustrations of a Gail character based on her attributes.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_GAIL_ART])
Gail Voice Generation
Generate a unique voice for a Gail character based on her personality and attributes.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_VOICE_GENERATION])
Gail Skill Upgrade
Improve or add new skills to a Gail character's repertoire.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_SKILL_UPGRADE])
Export Gail Data
Export all data related to a Gail character in a specified format.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.EXPORT_GAIL_DATA])
Gail Outfit Change
Change the outfit or clothing of a Gail character for different scenarios.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_OUTFIT_CHANGE])
Generate Gail Scene
Create a narrative scene featuring a Gail character in a specific setting.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_GAIL_SCENE])
Gail Decision Making
Simulate a decision-making process for a Gail character based on her personality and circumstances.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_DECISION_MAKING])
Gail Memory Creation
Create and store a new memory for a Gail character based on recent events.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_MEMORY_CREATION])
Gail Language Translation
Translate Gail's dialogue or thoughts into different languages.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_LANGUAGE_TRANSLATION])
New Gail Created
Triggered when a new Gail character is successfully created in the system.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_GAIL_CREATED])
Gail Profile Updated
Triggered when any changes are made to a Gail character's profile or attributes.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_PROFILE_UPDATED])
Gail Interaction Completed
Triggered when an interaction involving a Gail character is finished.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_INTERACTION_COMPLETED])
Gail Task Completed
Triggered when a Gail character successfully completes an assigned task.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_TASK_COMPLETED])
Gail Emotional State Change
Triggered when there's a significant change in a Gail character's emotional state.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_EMOTIONAL_STATE_CHANGE])
Gail Relationship Milestone
Triggered when a Gail character reaches a significant milestone in a relationship.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_RELATIONSHIP_MILESTONE])
Gail Skill Mastery
Triggered when a Gail character masters a new skill or ability.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_SKILL_MASTERY])
Gail Story Arc Completion
Triggered when a major story arc involving a Gail character is completed.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_STORY_ARC_COMPLETION])
Gail Character Conflict
Triggered when a conflict arises between a Gail character and another character.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_CHARACTER_CONFLICT])
Gail Achievement Unlocked
Triggered when a Gail character unlocks a predefined achievement or milestone.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GAIL_ACHIEVEMENT_UNLOCKED])