AGiXT / python-sdk

AGiXT is a dynamic AI Automation Platform that seamlessly orchestrates instruction management and complex task execution across diverse AI providers. Combining adaptive memory, smart features, and a versatile plugin system, AGiXT delivers efficient and comprehensive AI solutions.

Home Page:http://agixt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AGiXT SDK for Python

GitHub PayPal Ko-Fi

GitHub GitHub GitHub GitHub

GitHub pypi

GitHub npm

GitHub

Discord Twitter

Logo

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.

About

AGiXT is a dynamic AI Automation Platform that seamlessly orchestrates instruction management and complex task execution across diverse AI providers. Combining adaptive memory, smart features, and a versatile plugin system, AGiXT delivers efficient and comprehensive AI solutions.

http://agixt.com

License:MIT License


Languages

Language:Python 100.0%