Skip to content

thinkneo-ai/sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Python SDK for ThinkNEO MCP+A2A Gateway — 59 MCP tools + 24 A2A skills

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors