ai-filesystem


Nameai-filesystem JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryVirtual filesystem service for AI agents with LangChain integration
upload_time2025-10-30 22:30:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT
keywords langchain ai filesystem agents tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Remote Filesystem for Agents

A remote filesystem for AI agents. Users can easily provide their agents with siloed filesystems to use as long term memory, scratchpads, or general purpose storage. Specifically these can be supplied through FilesystemMiddleware from the `deepagents` package.

## How It Works

1. **API Server**: FastAPI backend that stores files in PostgreSQL
2. **User Isolation**: Each user can only see/modify their own files (enforced by database)
3. **Multiple Filesystems**: A user can have multiple filesystems and provide their agents with access to different, or the same filesystems.

### Creating an account on the Filesystem

1. Navigate [here](https://auth.fs.langchain.com) and sign up for an account on the Filesystem. 
2. Create an API key and save it someplace secure!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ai-filesystem",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "langchain, ai, filesystem, agents, tools",
    "author": null,
    "author_email": "Nick <nick@langchain.dev>",
    "download_url": "https://files.pythonhosted.org/packages/4f/9e/450c4bde8e5c7d903ec12ce77fb47d1e72e1e046bef735b4393fbc35c9ab/ai_filesystem-0.2.0.tar.gz",
    "platform": null,
    "description": "# Remote Filesystem for Agents\n\nA remote filesystem for AI agents. Users can easily provide their agents with siloed filesystems to use as long term memory, scratchpads, or general purpose storage. Specifically these can be supplied through FilesystemMiddleware from the `deepagents` package.\n\n## How It Works\n\n1. **API Server**: FastAPI backend that stores files in PostgreSQL\n2. **User Isolation**: Each user can only see/modify their own files (enforced by database)\n3. **Multiple Filesystems**: A user can have multiple filesystems and provide their agents with access to different, or the same filesystems.\n\n### Creating an account on the Filesystem\n\n1. Navigate [here](https://auth.fs.langchain.com) and sign up for an account on the Filesystem. \n2. Create an API key and save it someplace secure!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Virtual filesystem service for AI agents with LangChain integration",
    "version": "0.2.0",
    "project_urls": {
        "Repository": "https://github.com/langchain-ai/agent-file-system"
    },
    "split_keywords": [
        "langchain",
        " ai",
        " filesystem",
        " agents",
        " tools"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f8c8ec3edbe6e805c96b397512b1795413c5701b015e63f64de1f438fd48e3b",
                "md5": "4d6b15065847aefb318e169a3ff10600",
                "sha256": "4d68336af40a8312387397da541692e2acefb07f5cd8efc5cab4452641fe3556"
            },
            "downloads": -1,
            "filename": "ai_filesystem-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d6b15065847aefb318e169a3ff10600",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 7376,
            "upload_time": "2025-10-30T22:30:19",
            "upload_time_iso_8601": "2025-10-30T22:30:19.759154Z",
            "url": "https://files.pythonhosted.org/packages/2f/8c/8ec3edbe6e805c96b397512b1795413c5701b015e63f64de1f438fd48e3b/ai_filesystem-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f9e450c4bde8e5c7d903ec12ce77fb47d1e72e1e046bef735b4393fbc35c9ab",
                "md5": "64b84f64b247fae6051fbc642d9ef042",
                "sha256": "32857624098e68efba08e29f8e7a5c1ec69190cde9cb2e07a87a5bc971e6f567"
            },
            "downloads": -1,
            "filename": "ai_filesystem-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "64b84f64b247fae6051fbc642d9ef042",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 10399,
            "upload_time": "2025-10-30T22:30:20",
            "upload_time_iso_8601": "2025-10-30T22:30:20.792485Z",
            "url": "https://files.pythonhosted.org/packages/4f/9e/450c4bde8e5c7d903ec12ce77fb47d1e72e1e046bef735b4393fbc35c9ab/ai_filesystem-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-30 22:30:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "langchain-ai",
    "github_project": "agent-file-system",
    "github_not_found": true,
    "lcname": "ai-filesystem"
}
        
Elapsed time: 3.83842s