MCP.so
ログイン

AskTheApi Team Builder

@AskTheApi

AskTheApi Team Builder について

Agent network builder for communicating with openapi apis. Based in autogen

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

AskTheApi

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is AskTheApi Team Builder?

A high-level Python library for building and managing networks of autonomous agents that collaborate to solve complex tasks. It works seamlessly with APIs defined using the OpenAPI standard and provides a clean, type-safe interface for creating, configuring, and running teams of agents.

How to use AskTheApi Team Builder?

Install with pip install asktheapi-team-builder. Create agents from an OpenAPI spec using APISpecHandler, then build a team with TeamBuilder and run it with streaming. Optionally expose agent teams via an MCP server using MCPService.

Key features of AskTheApi Team Builder

  • Effortless agent network creation from OpenAPI specifications
  • Team‑based collaboration with automatic coordination by a planning agent
  • Real‑time streaming of agent interactions
  • Built‑in HTTP client for external API calls
  • Type safety with Pydantic models
  • Clean, intuitive API with minimal boilerplate

Use cases of AskTheApi Team Builder

  • Orchestrating multi‑agent workflows that call multiple external APIs
  • Building customer‑facing AI assistants that query diverse data sources
  • Prototyping agent teams for complex reasoning and data retrieval tasks
  • Exposing agent collaborations as MCP endpoints for integration

FAQ from AskTheApi Team Builder

How does AskTheApi Team Builder relate to AutoGen?

It is built on top of Microsoft’s AutoGen and provides a higher‑level interface for managing agent teams with less boilerplate.

What runtime dependencies are required?

Python 3.8+ (per PyPI compatibility badge) and a model like GPT‑4 (configured via model parameter). AutoGen and Pydantic are used internally.

How can I expose agent teams as an MCP server?

Use the MCPService class with MCPConfig (e.g., transport="sse", port 8000) and call start_from_spec() with an OpenAPI URL and optional headers.

コメント

「その他」の他のコンテンツ