Skip to content
STELLA documentation
Toggle navigation menu
⌘
K
STELLA documentation
/
Agents
Agents
¶
Create a New Agent
Introduction
Prerequisites
Steps to Create a New Agent
1. Import the Necessary Modules
2. Define the New Agent Class
3. Initialize the Agent
4. Implement the
respond
Method
5. Define Additional Helper Methods
Key Methods in the Custom Agent
Conclusion
Next Steps
The Agent Class
Class Overview
Attributes
Key Methods
Usage Example
Connecting Agents
Adding Agents to Workspaces
Connecting Agents
Understanding
connections_available
Example: DemoWeatherAgent
Next Steps
How Agents Communicate & Memories
Agent Communication
Memories
Tasks and Task Execution
Task Execution Flow
Agent Max Depth
Best Practices