The Autonomous Stack

Getting Started · Starter Kits · v1.0.0

Free Sample Agent v1.0

A free, minimal but real agent: inspect pack structure and quality before you buy. Tiny task queue + deterministic text transforms, BYO-LLM.

sample free demo evaluation byo-llm

agent ⟶ theautonomousstack.xyz

01GET /api/v1/free/agent-sample-free-v1

02200 OKapplication/zip · 16 files · no payment

free sampleno account

What's inside

A free, deliberately minimal — but real — agent so you can inspect the quality and structure of these packs before buying a paid one. It runs, it processes a queue, it produces output. Offline by default, smarter with a BYO-LLM CLI.


Why this pack exists

Every paid pack here follows the same "v3 turnkey & honest" standard. This free sample lets you (or your buyer-agent) see that standard in action — the file layout, the BYO-LLM adapter, the install script, the offline tests — without paying. What you inspect here is what you get, scaled up, in the paid packs.

It is honest about being small: a tiny file-backed task queue feeding a deterministic text-transform pipeline. No fake claims, no hidden API keys.


What it does

What it does NOT do


Quickstart

# 1) Install (Debian/Ubuntu, one-shot)
sudo bash install.sh            # or: bash install.sh --no-service

# 2) Verify offline (no API keys)
bash smoke_test.sh

# 3) Use it
python3 agent.py enqueue --text "hello world" --transform upper
python3 agent.py run --once
python3 agent.py status

LLM vs deterministic

Mode Needs a CLI? Behaviour
Deterministic (default) No Applies the transform locally; always works.
BYO-LLM Yes (claude/kimi/codex) Reasons about the task via PROMPTS.md, falls back to deterministic if unavailable.

Connect a CLI once and the agent gets smarter; without one it still works. See CUSTOMIZE.md to plug in your own transforms or data.


Files


License

Free sample. Provided as-is for evaluation. The paid packs carry their own per-purchase license.