Skip to main content

Crate elph_agent

Crate elph_agent 

Source
Expand description

App-agnostic agent runtime primitives shared by Elph applications.

Re-exports§

pub use datastore::DatabaseSpec;
pub use datastore::DatastoreError;
pub use datastore::Migration;
pub use datastore::ensure_database;
pub use datastore::ensure_databases;
pub use init::InitError;
pub use init::InitProgress;
pub use init::ensure_dirs;
pub use init::write_file_if_missing;
pub use init::write_json_file;
pub use init::write_private_file;
pub use paths::PathResolver;
pub use paths::ResolvedPaths;

Modules§

datastore
Turso local database helpers and migration runner.
init
paths
Generic home, data, and project directory resolution.
runtime
Core agent runtime primitives (sessions, tools, orchestration).