Skip to content

HIT-ReFreSH/VeryFS.Drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VeryFS.Drivers

GitHub GitHub last commit GitHub repo size GitHub code size

Project Hub | Call for Contributions

Provider adapters for the AI-native VeryFS virtual filesystem.

This repository is a temporary monorepo for driver packages while the runtime driver contract is stabilized. Each package is named after its .NET namespace and lives under src/.

Drivers are part of the AI-native design: they expose explicit capabilities, stable provenance hints, cache policy behavior, and provider-specific path mapping so AI agents can reason about mounted resources without knowing every upstream API.

Packages

  • VeryFS.Drivers.Caching: shared local cache helpers for remote drivers.
  • VeryFS.Drivers.GitRepository: shared helpers for Git repository-backed drivers.
  • VeryFS.Drivers.Gitea: read-only Gitea repository driver.
  • VeryFS.Drivers.GitHub: read-only GitHub repository driver.
  • VeryFS.Drivers.GitLab: read-only GitLab repository driver.
  • VeryFS.Drivers.VeryFS: remote VeryFS Core driver.
  • VeryFS.Drivers.WebDAV: WebDAV driver.
  • VeryFS.Drivers.Zotero: Zotero metadata and optional WebDAV attachment driver.

Build

Build an individual package:

dotnet build src\VeryFS.Drivers.GitHub\VeryFS.Drivers.GitHub.csproj

Core currently references these projects directly during the MVP. Later releases should switch to a runtime plugin loading contract.

About

Provider drivers for the AI-native VeryFS virtual filesystem

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages