Python SDK for the ThinkNEO MCP + A2A Gateway — 59 MCP tools and 24 A2A skills, governed under your ThinkNEO project.
Status: pre-release. This repository is being prepared for its first public package. The examples below reflect the intended surface; check back for the tagged release before adopting in production.
pip install thinkneofrom thinkneo import Client
client = Client(api_key="tnk_...") # your project API key
result = client.tools.call("web.search", {"q": "thinkneo"})
print(result)- Documentation & governance model: https://thinkneo.ai
- Developer portal: https://thinkneo.ai/developers
- Report issues: https://github.com/thinkneo-ai/sdk-python/issues
See LICENSE.