Skip to main content

Aury Agent Framework - React Agent and Workflow orchestration

Project description

Aury Agents

A flexible Agent framework supporting both React Agent (autonomous loop) and Workflow (DAG orchestration) patterns.

Features

  • React Agent: Autonomous agent with tool calling loop
  • Workflow: DAG-based orchestration for complex pipelines
  • Session Management: Event-sourced session with snapshot and revert
  • Permission System: Fine-grained tool execution control
  • Memory System: Semantic memory with vector storage
  • Compaction: Token-efficient session history management

Installation

pip install aury-agent

Quick Start

from aury.agents import ReactAgent, Tool

# Define a tool
@tool
def search(query: str) -> str:
    """Search the web."""
    return f"Results for: {query}"

# Create agent
agent = ReactAgent(
    tools=[search],
    llm_provider=your_llm_provider,
)

# Run
result = await agent.run("What is the weather today?")

Development

# Install dev dependencies
uv sync

# Run tests
pytest

# Type check
mypy aury

# Lint
ruff check aury

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

aury_agent-0.0.5-py3-none-any.whl (263.4 kB view details)

Uploaded Python 3

File details

Details for the file aury_agent-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: aury_agent-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 263.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.11

File hashes

Hashes for aury_agent-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 fbbd6c1a2d4dddf56ab33aa8911d82679f5e9ddd59d518a6bd60a7126359353a
MD5 b17dd46f063485ce60acee1a71afaf4d
BLAKE2b-256 4d9d66989a4afe63a91141796cd7ead34718a13c38f60f892deedee18f9cc511

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