Metadata-Version: 2.1
Name: sigma-agent-sdk
Version: 0.1.0
Summary: A framework for writing Sigma Agents.
Home-page: https://mysigma.ai
License: MIT
Keywords: sigma,agent,sdk
Author: Sigma
Author-email: harshith@tegon.ai
Requires-Python: >=3.10,<3.13
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: anthropic (==0.37.1)
Requires-Dist: anthropic-haystack (==1.1.0)
Requires-Dist: haystack-ai (==2.6.1)
Requires-Dist: typer (==0.15.2)
Project-URL: Documentation, https://docs.mysigma.ai/
Project-URL: Repository, https://github.com/tegonhq/sigma-integrations
Description-Content-Type: text/markdown

# Sigma Python SDK

Sigma Python SDK is a framework for building Sigma agents. It provides a set of
classes and helpers that make it easy to build a agent against an HTTP API (REST, GraphQL, etc).

