UNPKG

eve

Version:

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

6 lines (5 loc) 203 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 = "openai/gpt-5.6-luna-fast";