-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (20 loc) · 1.16 KB
/
.env.example
File metadata and controls
26 lines (20 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
KOAD_IO_PRIMARY_ENTITY=alice
PRIMARY_ENTITY=$KOAD_IO_PRIMARY_ENTITY # DEPRECATED: remove after 2026-07-07
KOAD_IO_BIND_IP=127.0.0.1
# Framework harness defaults — last-resort fallback when the entity's own
# .env does not pin ENTITY_DEFAULT_HARNESS/PROVIDER/MODEL. Free-first: no API
# key or signup needed to reach these defaults.
# Entity .env can override any of the three independently.
KOAD_IO_DEFAULT_HARNESS=opencode
KOAD_IO_DEFAULT_PROVIDER=opencode
KOAD_IO_DEFAULT_MODEL=minimax-m2.5-free
OPENCODE_MODEL="${OPENCODE_MODEL:-opencode/minimax-m2.5-free}"
KOAD_IO_PACKAGE_DIRS=$HOME/.ecoincore/packages:$HOME/.koad-io/packages
METEOR_PACKAGE_DIRS=$KOAD_IO_PACKAGE_DIRS # DEPRECATED: Meteor compat shim
# ADAS kingdom ceiling — max token_budget.total for any assembled ADAS flight plan.
# Set by Juno per VESTA-SPEC-107 §6 (2026-04-15). Raw tokens (§7.1).
# Flights exceeding this require override: true + override_requires auth (§1.3).
KOAD_IO_ADAS_BUDGET_CEILING=100000
# Messages inbox root — business state, lives outside the framework skeleton.
# Entities' inboxes are subdirectories: $KOAD_IO_MESSAGES_DIR/<entity>/*.md
KOAD_IO_MESSAGES_DIR=$HOME/.forge/messages