Skip to main content

The Python SDK for Auwgent — a compiler-first framework for building production-grade AI agents.

Project description

auwgent-sdk (Python)

The official Python SDK for Auwgent — a compiler-first framework for building production-grade AI agents.

Installation

pip install auwgent-sdk

Requirements

  • Python 3.8 or later
  • The Auwgent CLI to compile your agent definitions

Usage

Compile your agent definition first:

auwgent generate

This produces a generated/ folder containing the compiled IR and Python bindings. Then:

import asyncio
from generated.main_types import auwgent

agent = auwgent({
    "apiKeys": {
        "geminiApiKey": "YOUR_API_KEY"
    }
})

async def handle_intent(name: str, value: dict, agent_name: str):
    if name == "response_text":
        print(value.get("text"))

agent.on_intent(handle_intent)

asyncio.run(agent.run("Hello!"))

Documentation

Full documentation is available at auwgent.dev.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auwgent_sdk-0.1.0a10.tar.gz (105.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

auwgent_sdk-0.1.0a10-cp38-abi3-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.8+Windows x86-64

auwgent_sdk-0.1.0a10-cp38-abi3-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.8+macOS 11.0+ ARM64

auwgent_sdk-0.1.0a10-cp38-abi3-macosx_10_12_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8+macOS 10.12+ x86-64

File details

Details for the file auwgent_sdk-0.1.0a10.tar.gz.

File metadata

  • Download URL: auwgent_sdk-0.1.0a10.tar.gz
  • Upload date:
  • Size: 105.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for auwgent_sdk-0.1.0a10.tar.gz
Algorithm Hash digest
SHA256 7acdcfaf10d08bfb20d278fdbf5d2592c5c208fb019abfc8692bb358d5d5705e
MD5 d04fafe8b9bbd54098859590e9a2222e
BLAKE2b-256 fef7dc2fcc362c6aa31bacd76cd01e504c96df861f6bf18d7e1ea7f7128bc672

See more details on using hashes here.

File details

Details for the file auwgent_sdk-0.1.0a10-cp38-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for auwgent_sdk-0.1.0a10-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 0ca61566b2dcb446a5d23c60e0e7df0b57145150faada5cd5fdc763dc0a43de4
MD5 1494b93e7ffd2f4d076a00f3d239ea13
BLAKE2b-256 0cdebf07c85fff72a0473eacc4f47d3e4b2e15ce77cd04ed3cb7e34d8fbd9c0e

See more details on using hashes here.

File details

Details for the file auwgent_sdk-0.1.0a10-cp38-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for auwgent_sdk-0.1.0a10-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 457fd9899f45a5f5eeacd5af5952253128de0a48eb3f19d44e9861db7ea21ae2
MD5 d7092ddea93a3a62c3d64df25c583027
BLAKE2b-256 d9bbdbd86aefcd84d56a595fe22fee38935f090df10bd24ef24ab9c27b17453f

See more details on using hashes here.

File details

Details for the file auwgent_sdk-0.1.0a10-cp38-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for auwgent_sdk-0.1.0a10-cp38-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6ecd84a306b9ee07d1458377686520cfe55011481d5175ded4a2a090a7023e79
MD5 1cdf266af1938b098203b68280d7eda9
BLAKE2b-256 2c18becb8d97528e4b675e6ee6e363f3b2243e81075b8f9201c631cbaca09ed2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page