UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

6 lines (5 loc) 206 B
/** * Model used when an agent does not declare one, baked in by `eve init`, and * pre-selected in the setup model picker. */ export declare const DEFAULT_AGENT_MODEL_ID = "anthropic/claude-sonnet-4.6";