Skip to main content

AceTeam workflow nodes for local execution

Project description

aceteam-nodes

PyPI version License: MIT Python 3.12+

AceTeam workflow nodes for local CLI execution. Run AceTeam workflows on your own machine with any LLM provider.

Install

pip install aceteam-nodes

Quick Start

# Run a workflow
python -m aceteam_nodes.cli run examples/hello-llm.json --input '{"prompt":"Explain AI in one sentence"}'

# List available nodes
python -m aceteam_nodes.cli list-nodes

# Validate a workflow file
python -m aceteam_nodes.cli validate examples/hello-llm.json

Configuration

Create ~/.ace/config.yaml to configure API keys and defaults:

default_model: gpt-4o-mini

Set your API key via environment variable:

export OPENAI_API_KEY=sk-...
# or
export ANTHROPIC_API_KEY=sk-ant-...

How It Works

Workflow JSON ──> AceTeamWorkflow (load + validate)
                       │
                       ▼
              workflow-engine (DAG execution)
                       │
                       ▼
              AceTeamNode.run() per node
                  │         │
                  ▼         ▼
              litellm    httpx/jinja2
            (100+ LLMs)  (API calls)
  1. A workflow JSON file defines nodes and their connections as a directed acyclic graph
  2. AceTeamWorkflow validates the file and resolves node references
  3. The aceteam-workflow-engine executes nodes in topological order
  4. Each node type implements run() — LLM nodes call litellm, API nodes use httpx, etc.
  5. Results flow through the graph until all outputs are produced

Available Nodes

Node Description
LLM AI text generation via litellm (100+ providers)
APICall HTTP requests with Jinja templating
TextInput Static text source
DataTransform Data transformation
CSVReader CSV data source
If / IfElse Conditional branching
ForEach Loop iteration
Equal, NotEqual, GreaterThan, LessThan, And, Or, Not Comparison/logic operators

Development

# Setup
uv sync --extra dev

# Test
uv run pytest

# Lint & format
uv run ruff check && uv run ruff format

# Type check
uv run pyright

# Build
uv build

Related

  • Ace CLI — TypeScript CLI that wraps this package for a streamlined user experience
  • Workflow Engine — The DAG execution engine used under the hood

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

aceteam_nodes-0.1.1.tar.gz (131.3 kB view details)

Uploaded Source

Built Distribution

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

aceteam_nodes-0.1.1-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

Details for the file aceteam_nodes-0.1.1.tar.gz.

File metadata

  • Download URL: aceteam_nodes-0.1.1.tar.gz
  • Upload date:
  • Size: 131.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for aceteam_nodes-0.1.1.tar.gz
Algorithm Hash digest
SHA256 292dee2a34f87aef0bb20b295a9e278c528bf3a4548b8074edc64cbf66ae44e4
MD5 9d6a53930f85c19fd1b6ff84b51a5501
BLAKE2b-256 391df28552017f690887a8fed22476b26f8190024f291ad77b8a98290ff8075d

See more details on using hashes here.

File details

Details for the file aceteam_nodes-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: aceteam_nodes-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 26.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for aceteam_nodes-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bf0f7711d46adeb6accc9d7f816346d82d9df06e0f97827dac2b5cb4fdf571d7
MD5 4d8f9d111795f8d6ec72bb57e63d6dc3
BLAKE2b-256 4863b03c6cea20b03bc40d0e6e722a67fcb30d54923da6c28fcf82d63fe419a6

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