# agentfs
**"Agent Tools"**
[](https://crates.io/crates/agentfs)
[](https://docs.rs/agentfs)
[](https://github.com/cryptopatrick/agentfs)
## Overview
## Key Features
## Architecture
## Quick Start
So, for a fully open-source, portable, and zero vendor lock-in alternative, just do:
```rust
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](CONTRIBUTING.md) 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](LICENSE) for details.