OpenAI Building Blocks for Meshagent
Project description
Meshagent
MeshAgent OpenAI
The meshagent.openai package provides adapters to integrate OpenAI models with MeshAgent tools and agents.
Completions Adapter and Responses Adapter
MeshAgent supports both the OpenAI Chat Completions API and Responses API. It is recommended to use the Responses adapter given the newer OpenAI models and functionality use the Responses adapter.
OpenAICompletionsAdapter: wraps the OpenAI Chat Completions API. It turns Toolkit objects into OpenAI-style tool definitions and processes tool calls appropriately.OpenAIResponsesAdapter: wraps the newer OpenAI Responses API. It collects tools, handles streaming events, and provides callbacks for advanced features like image generation or web search.
from meshagent.openai import OpenAIResponsesAdapter
from openai import AsyncOpenAI
# Use an OpenAI client inside a MeshAgent LLMAdapter
adapter = OpenAIResponsesAdapter(client=AsyncOpenAI(api_key="sk-..."))
Tool Response Adapter
The OpenAICompletionsToolResponseAdapter and OpenAIResponsesToolResponseAdapterconvert a tool's structured response into plain text or JSOn that can beinserted into an OpenAI chat context.
Learn more about MeshAgent on our website or check out the docs for additional examples!
Website: www.meshagent.com
Documentation: docs.meshagent.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file meshagent_openai-0.6.4.tar.gz.
File metadata
- Download URL: meshagent_openai-0.6.4.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbb6f208ad65b16a294e48ab143ad12867fe93cf62a9c07f793d498fc520c13a
|
|
| MD5 |
64fe878c3c420f86a55698ef53e67fa4
|
|
| BLAKE2b-256 |
eee7dcf687cf26e42d4d7395e971aee616fcffb8fe6dc980fb7d6778811838e7
|
File details
Details for the file meshagent_openai-0.6.4-py3-none-any.whl.
File metadata
- Download URL: meshagent_openai-0.6.4-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f41a109c3f7d9749406539b9341d2f0c5662289ea723ad00aa4e5f1bc3693f05
|
|
| MD5 |
5f4c71b4b5d4bf846e87082a8f1b7b56
|
|
| BLAKE2b-256 |
ed1310d17306896789cf2eaf0518cc26b017669a8448878105c8ff790cbd53c7
|