Skip to main content

Sanctuary DNA - Gnostic agent workflow DSL. Ariadne (threading) + Poimandres (generation) = SDNA spiral

Project description

SDNA - Sanctuary DNA

Gnostic agent workflow composition for Claude Agent SDK.

Ariadne (threading) + Poimandres (generation) = SDNA spiral

Installation

pip install sdna-agent-sdk

Quick Start

from sdna import ariadne, human, inject_file, sdnac, sdna_flow, HermesConfig

# 1. Build Ariadne thread (context prep)
thread = ariadne('my-thread',
    inject_file('spec.md', 'spec'),
    human('Approve spec?', 'approval'),  # Pauses for human input
)

# 2. Create HermesConfig (the message)
config = HermesConfig(
    name="generator",
    system_prompt="You are a code generator...",
)

# 3. Combine into SDNAC
unit = sdnac('generate-code', thread, config)

# 4. Execute
result = await unit.execute({'initial': 'context'})

The Trinity

Component Role What It Does
Ariadne Threader Context manipulation: inject, weave, dovetail, human input
Poimandres Divine Mind Generation moment - takes config, runs agent, returns output
HermesConfig The Message Runner configuration Ariadne sends to Poimandres

Decision Tree: What to Build

Is this continuous improvement / optimization loop?
├── YES → SDNA^F (SDNAFlowchain)
│         Optimizer + target pairs. Meta-optimization.
│
└── NO → Are you composing multiple agent units in sequence?
    ├── YES → SDNAF (SDNAFlow)
    │         Flow of SDNACs. Sequential execution.
    │
    └── NO → SDNAC
              Single unit: AriadneChain → HermesConfig → Poimandres executes

Ariadne Elements

from sdna import (
    ariadne,           # Create chain
    human,             # Human input stop step
    inject_file,       # Inject file contents
    inject_func,       # Inject function result
    inject_literal,    # Inject literal value
    inject_env,        # Inject env variable
    weave,             # Context surgery between sessions
)

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

sanctuary_dna-0.3.1.tar.gz (28.7 kB view details)

Uploaded Source

Built Distribution

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

sanctuary_dna-0.3.1-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

Details for the file sanctuary_dna-0.3.1.tar.gz.

File metadata

  • Download URL: sanctuary_dna-0.3.1.tar.gz
  • Upload date:
  • Size: 28.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for sanctuary_dna-0.3.1.tar.gz
Algorithm Hash digest
SHA256 adef47fbbc40503181a2e752422b3844cfb34152ebd286041972dd0423aa1a37
MD5 9783652475c0f198f51547a434bf2a7c
BLAKE2b-256 784cf328e581355022d9121342772b7e68e8342840b5c0878d6eb2c87bbefb28

See more details on using hashes here.

File details

Details for the file sanctuary_dna-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: sanctuary_dna-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for sanctuary_dna-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4700665eda82345590361cd44eb2d6c9ff41b0704d4b326b059f9b23ced5a7f1
MD5 6b27554021f1efd64f24d05c2d5d8b8a
BLAKE2b-256 4eae7ed6ca1f89bee3bd5f404331da70e1fafe124c3ab204d469e7278ddb1d14

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