agentfs 0.1.4

Agent Persistence
Documentation

agentfs

"Agent Tools"

Crates.io Documentation License

Overview

Key Features

Architecture

Quick Start

So, for a fully open-source, portable, and zero vendor lock-in alternative, just do:

use agentfs::AgentFS;
let agent = Agent::new(model)
    .with_filesystem(AgentFS::sqlite("my-agent.db").await?)
    .build();

Documentation

Examples

Contributing

Contributions are welcome! Please see our contributing guidelines for details on:

  • Code style and testing requirements
  • Submitting bug reports and feature requests
  • Development setup and workflow

License

This project is licensed under MIT. See LICENSE for details.