You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A high-level Python library for easily building and managing autonomous agents networks that solve complex tasks using APIs defined with OpenAPI standard format. This package provides a clean, type-safe interface for creating, configuring, and running teams of agents that can work together to solve complex tasks.
7
+
A high-level Python library for building and managing networks of autonomous agents that collaborate to solve complex tasks. It’s designed to work seamlessly with APIs defined using the OpenAPI standard. The library provides a clean, type-safe interface for creating, configuring, and running teams of agents, making it easy to orchestrate multi-agent workflows with minimal boilerplate.
8
8
9
9
## Features
10
10
11
-
- 🚀 Easy creation of agent networks with custom tools and capabilities based on openAPI specification
12
-
- 🤝 Team building with automatic coordination through a planning agent
13
-
- 📡 Support for streaming agent interactions
14
-
- 🔧 Built-in HTTP client for tool implementation
15
-
- ✨ Pydantic models for type safety and validation
16
-
- 🎯 Clean, intuitive API design
11
+
- 🚀 Effortless Agent Network Creation
12
+
Quickly build agent networks with custom tools and capabilities based on OpenAPI specifications.
13
+
14
+
- 🤝 Team-Based Collaboration
15
+
Easily define agent teams with automatic coordination handled by a built-in planning agent.
16
+
17
+
- 📡 Streaming Interactions
18
+
Stream agent communication in real-time for more dynamic and responsive workflows.
19
+
20
+
- 🔧 Built-in HTTP Client
21
+
Simplify tool implementation with an integrated HTTP client ready to call external APIs.
22
+
23
+
- ✨ Type Safety with Pydantic
24
+
Leverage Pydantic models for robust data validation and clear type definitions.
25
+
26
+
- 🎯 Clean and Intuitive API
27
+
Designed for developers—minimal boilerplate, maximum clarity.
0 commit comments