motleycrew

Contents:

  • Home
  • Installation
  • Usage
  • Examples
    • Blog with images
    • Multi-step research agent
    • Using an output handler for validating agent’s output
    • Advanced output handling
    • Customer support chatbot with Ray Serve
    • Streaming agent output
    • Event-driven orchestration for AI systems: new ways and old
    • AutoGen-related Examples
      • Math via python code with a single agent
      • Using AutoGen with motleycrew
  • API
motleycrew
  • Examples
  • AutoGen-related Examples
  • View page source

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.

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