Skip to main content
This page contains outdated information and is no longer maintained. Please refer to the Agents page for up-to-date content.

Agents Examples and Materials

Agents - Helpful Materials

Video Tutorials

Explore our curated video tutorials that provide step-by-step instructions and insights on various aspects of working with Agents:

Agent Frameworks

General Guidelines for Both Agent Types When working with either the React or Raw agent types, it is imperative to adhere to the following general guidelines:
  • Toolkit Interaction: Ensure to address the appropriate toolkits (e.g., JIRA, GitHub) and address the specific tools available within these toolkits (e.g., Create issue, Add comments).
  • Execution Constraints: Always provide clear instructions or constraints to ensure that each toolkit is executed only once to avoid loops. This is crucial for maintaining efficient and error-free operations.
ReAct Agent Type For the ReAct agent type, follow these detailed instructions to effectively integrate and utilize various toolkits and tools:
Raw Agent Type For the Raw agent type, adhere to these specific guidelines to ensure the agent operates correctly:
  • Preserve Existing Variables: Do not remove any pre-existing variables in the configuration as they are crucial for the agent’s functionality.
  • Avoid Assigning Values to Variables: Leave variables unassigned; they will be automatically populated during execution.
  • Include the following essential sections in your configuration:
Raw agent configuration snippet By following these guidelines and including the necessary code snippet, you ensure that the Raw Agent functions correctly and integrates seamlessly with the intended processes.

Practical Examples

Gain hands-on experience with our detailed examples that illustrate the practical application of Agents in real-world scenarios: