An official website of the Alabama State government.

The .gov means it's official

Government websites often end in .gov or .mil. Before sharing sensitive information, make sure you’re on an official government site.

The site is secure

The https:// ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.

7.0 - Anu Script Manager

Anu Script Manager 7.0: Beyond Orchestration—The Age of Autonomous Workflow Intelligence

— The Anu Core Team We open-sourced the Stateful Execution Graph prototype. [Link to GitHub.]. Contribute, critique, or just stare at the complexity. All feedback welcome.

But we added one proprietary twist: .

12 minutes Prologue: The Breaking Point of Traditional Automation For five years, Anu Script Manager (ASM) was our scalpel. We used it to schedule Python scripts, orchestrate cloud migrations, and glue together APIs that were never meant to be friends. Version 6.x was reliable. It was fast. But somewhere between managing 500 cron jobs and handling dynamic secret rotation, we hit a wall. Anu Script Manager 7.0

How we rebuilt ASM from a script runner into a cognitive automation fabric.

When a script needs to access S3, ASM 7.0 doesn't inject an AWS key. Instead, it requests a from the SPIRE agent, exchanges it for an IAM role, and scopes the permissions to exactly the bucket and prefix the script declared in its contract (remember Part 2?).

We don't believe in "Ask ASM to deploy the stack." Ambiguity is the enemy of automation. Scripts are code. Code is precise. We won't paper over that with a chat bot. Anu Script Manager 7

So, we stopped adding features to 6.x. Instead, we asked a dangerous question: What if the script manager remembered?

This is forensic-grade automation debugging. No more "it worked on my machine." You can reproduce the exact execution context from three months ago, down to the pip package versions. I won't lie to you. Upgrading from 6.x to 7.0 is not a apt-get upgrade .

Anu Script Manager 7.0 is our statement that automation should be seen, not hidden. docker pull anuscript/manager:7.0-beta All feedback welcome

Traditional script managers treat each execution as an amnesiac event. Run → Log → Exit. In a world of event-driven architectures, fragile microservices, and self-healing infrastructure, amnesia is a liability.

Part 1: The Cognitive Engine – Context-Aware Execution The headline feature of 7.0 isn't visible in the dashboard. You won't see a shiny button. You'll feel it.

This is not AI. This is engineered memory . And it's deterministic. Let's talk about the scheduler. We threw out the cron emulation.

Every ASM agent now has a verifiable workload identity. No shared SSH keys. No long-lived API tokens.