AGiXT SDK for Python
February 26, 2025 ยท View on GitHub
This repository is for the AGiXT SDK for Python.
Installation
pip install agixtsdk
Usage
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.
More Documentation
Want to know more about AGiXT? Check out our documentation or GitHub page.