Skip to main content

Banksia recursive team mark

Banksia

Build adaptable, accountable AI teams in minutes—and run them on complex work.

Design them easily, run them reliably, and stay in control from the first decision to the final Result.

PyPI version Python 3.12 or newer

Get started · Documentation · Starter teams

Banksia Console walkthrough: choose an accountable AI team, start a run, and review its progress and Result

Watch the Banksia tutorial

Install and start

Banksia requires Python 3.12 or newer and supports Linux, macOS 13+, and Windows 11 x64. Install the command-line application in an isolated environment with pipx:

pipx install banksia
banksia init
banksia serve

Open http://127.0.0.1:18125/. The installed package includes the visual Console. Guided initialization chooses a default workspace, configures a Task provider, and can configure the separate Operator that helps you build and run teams.

Banksia uses SQLite by default, so a local installation needs no database server. For PostgreSQL, install the optional driver and supply a SQLAlchemy URL during initialization:

pipx install "banksia[postgres]"
banksia init \
  --database-url "postgresql+asyncpg://banksia@127.0.0.1/banksia"

See Getting started for provider prerequisites and a complete first run, or Database configuration for PostgreSQL permissions, schemas, and environment overrides.

Design and operate visually

The Console is the primary Banksia experience. It keeps the common path no-code while preserving advanced provider, sandbox, Skill/MCP, and capability controls when a team needs them.

  • Workflow library makes reusable teams and drafts easy to find, compare, start, or remove.
  • Workflow Studio shows the complete responsibility hierarchy on a horizontal canvas. Add a child with one +, select any Member to edit its purpose and instructions, validate the draft, and publish an immutable revision explicitly.
  • Run Studio shows the live team, lets you steer an active Member, and keeps current plans, meaningful Activity, requests, managed Actions, referenced files, and the exact completed or blocked Result together.

The Operator is a separate conversational agent inside the Console. Ask it to draft or revise a Workflow, explain the current team, validate and publish when you request it, start and control Runs, answer Human Requests, or inspect managed Action output. It uses the same controller-owned operations as the visual interface, so chat does not create a second hidden source of truth.

Why Banksia

Banksia makes complex multi-agent work easier to create, adapt, recover, and trust:

  • Create an AI team easily. Use the visual Console or conversational Operator to shape, publish, and run a reusable team.
  • Let the team adapt how it works. Managers choose sequential, parallel, iterative, batch, or hybrid work from the Task and current evidence.
  • Keep complex work moving. Durable state lets eligible work pause, wait, replan, retry safely, recover, and resume without discarding accepted history.
  • Stay accountable from start to Result. Follow explicit responsibility, team revisions, decisions, Activity, referenced files, managed Actions, and the one Result accepted by the lead.

What a team can do

A Workflow defines reusable responsibility rather than a fixed schedule. You publish a team, give its lead one complete prompt, and let each Manager choose the approach that fits the work. If the current team itself no longer fits, a bounded replan changes its responsibility tree while preserving earlier revisions and completed work.

  • Delegate through a responsibility tree without forcing a fixed sequence into the Workflow.
  • Combine independent research, implementation, criticism, integration, and verification.
  • Ask you a typed question when an authorized Member genuinely needs a decision.
  • Run a managed command when the Workflow explicitly grants that capability.
  • Replan a current responsibility subtree without rewriting the Task's earlier team or work history.
  • Preserve progress across browser or provider interruption.
  • Return one human-readable Result with direct references to detailed workspace files.

Capabilities deny by default and never inherit from a parent. Provider, model, sandbox, and capability choices remain available when a team needs them, without making them mandatory for every Workflow.

Upgrade ad-hoc delegation

If you already coordinate subagents by hand, Banksia turns those recurring delegation patterns into reusable teams without making subagents the product boundary:

Ad-hoc subagents Banksia
Recreate roles and prompts for every job Publish a reusable tree of named responsibilities
Reconstruct ownership from a transcript Follow controller-owned team, activity, and wait state
Treat provider completion as the outcome Accept only the lead's final green or blocked Result
Recover by piecing together terminal sessions Recover from durable controller records; keep deliverables in ordinary workspace files

Start with a proven team

banksia init publishes eight provider-neutral Starters. Choose one when the work is consequential or broad enough that independent responsibility can improve the outcome:

Starter Use it when
production-feature-delivery A feature crosses contracts, implementation boundaries, integrated verification, and release readiness.
incident-investigation-and-recovery A serious or intermittent failure needs competing hypotheses, supported recovery, verification, and prevention.
migration-and-modernisation A large migration needs inventory, dependency-aware batches, cutover, and stale-path removal.
deep-research-and-decision-brief A consequential question needs independent evidence, claim verification, and one accountable recommendation.
decision-through-competing-prototypes Alternatives should be tested under one fair rubric instead of decided from prose alone.
idea-to-validated-demo A product idea should become an evidence-backed position, working first demo, launch strategy, and credible pitch.
experiment-and-replication-program An empirical or computational program needs explicit methods, durable execution, independent replication, and claim audit.
security-audit-and-hardening A security program needs attack-surface mapping, specialised audits, validated remediation, and adversarial re-verification.

The Starter catalog includes example missions, expected deliverables, and guidance on when a simpler team is better.

How a run works

  1. Choose or design a team. Start from a Starter or shape a responsibility tree in Workflow Studio.
  2. Publish a stable revision. Every run keeps the exact team contract it started with.
  3. Give the lead one complete prompt. The team plans, delegates, adapts, and records meaningful progress while detailed work stays in ordinary workspace files.
  4. Follow the work and receive the Result. Answer real Human Requests, inspect managed Actions, and read the lead's exact final outcome.

Know before you start

Banksia is best suited to complex developer and researcher work on a trusted local machine. The controller runs as one loopback-bound process, and every Member in a Task shares one provider-visible workspace.

Codex and Claude are managed providers. Trusted full-access Task Members can use enabled user and project Skills plus configured MCP servers from those providers; narrower execution is isolated automatically, and Operator always stays isolated. Banksia does not yet define, install, or manage Skills, MCP servers, or general plugins itself.

Native Windows uses local NTFS workspaces and a current-user Scheduled Task for background service operation; WSL2 uses the Linux path. UNC/network workspaces, distributed delivery, broad multi-user operation, and per-Member isolated workspaces are outside the current product boundary.

Documentation

Banksia is open source under the MIT License, except for the visual Console in console/, which contains material derived from n8n and is distributed under the Sustainable Use License. That license permits internal business, non-commercial, and personal use; redistribution is limited to free, non-commercial distribution. See the Console notice for attribution and the modification notice.

Release files for banksia 0.1.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for banksia 0.1.7
File Size Uploaded
banksia-0.1.7.tar.gz 786.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for banksia 0.1.7
File Interpreter ABI Platform
banksia-0.1.7-py3-none-any.whl Python 3 none any Details

Total release size: 1.8 MB

Release files / banksia-0.1.7.tar.gz

Download URL banksia-0.1.7.tar.gz
Size 786.3 kB
Tags Source
SHA-256 checksum
How to use checksums
0ddd7380a1b9f4fc43b60b16e44a01db09aaf635de3ebd669073580638f79112
BLAKE2b-256 checksum
How to use checksums
435ed26d4aac91bebecef131a9c91446fbcef99db39f0430e21b3a339f7abf10
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.13

Release files / banksia-0.1.7-py3-none-any.whl

Download URL banksia-0.1.7-py3-none-any.whl
Size 974.8 kB
Tags Python 3
SHA-256 checksum
How to use checksums
b2f66b11cb514de84b9c3bca54d29f82258bfb0eca1737aeae0152c736be84dc
BLAKE2b-256 checksum
How to use checksums
ada08d5f3c9e2857de2d5ddf4f07a438b602539f17aa844cc0fc02b8fc891d22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.13

Release history Release notifications | RSS feed

This release

0.1.7 This release

2 release files

0.1.6

2 release files

0.1.5

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page