motleycrew
v0.2.2

Contents:

  • Home
  • Installation
  • Usage
  • Examples
    • Blog with images
    • Multi-step research agent
    • Using an output handler for validating agent’s output
    • Advanced output handling
    • Streaming agent output
    • AutoGen-related Examples
      • Math via python code with a single agent
      • Using AutoGen with motleycrew
  • API
motleycrew
  • Examples
  • AutoGen-related Examples
  • Edit on GitHub

AutoGen-related Examples

Here are some examples that firstly, show how some AutoGen patterns translate into motleycrew (in particular, how cases where UserProxy is only used as an AgentExecutor don’t need multiple agents in other frameworks), and secondly, how to use motleycrew together with autogen, both by wrapping a collection of autogen agents as a motleycrew tool, and by giving motleycrew tools and agents as tools to autogen.

  • Math via python code with a single agent
  • Using AutoGen with motleycrew
    • Integrating an AutoGen chat into motleycrew
    • Using any motleycrew-supported tools with Autogen agents
Previous Next

© Copyright 2024, motleycrew. Revision 2323835f.

Built with Sphinx using a theme provided by Read the Docs.