Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 825 Bytes

File metadata and controls

31 lines (20 loc) · 825 Bytes

ThinkNEO Python SDK

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.

Install

pip install thinkneo

Minimal usage

from thinkneo import Client

client = Client(api_key="tnk_...")            # your project API key
result = client.tools.call("web.search", {"q": "thinkneo"})
print(result)

Links

License

See LICENSE.