aa-cli 0.0.1-alpha.9

aasm — command-line tool for Agent Assembly
1
2
3
4
5
6
7
8
9
10
11
12
# Fixture: `policy_store = "redis"` names a registered driver, but there is no
# [storage.redis] subsection. Validation fails with MissingDriverSection.
[storage]
policy_store       = "redis"
audit_sink         = "postgres"
session_store      = "redis"
credential_store   = "postgres"
rate_limit_counter = "redis"
lifecycle_store    = "postgres"

[storage.postgres]
url = "postgresql://localhost:5432/assembly"