This repository is for the AGiXT SDK for Python.
pip install agixtsdk
from agixtsdk import AGiXTSDK
base_uri = "http://localhost:7437"
api_key = "your_agixt_api_key"
ApiClient = AGiXTSDK(base_uri=base_uri, api_key=api_key)
Check out the AGiXT Examples and Tests Notebook for examples of how to use the AGiXT SDK for Python.
Want to know more about AGiXT? Check out our documentation or GitHub page.