freeact-skills


Namefreeact-skills JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/gradion-ai/freeact-skills
SummaryLibrary of predefined freeact agent skills
upload_time2024-12-29 09:31:02
maintainerNone
docs_urlNone
authorMartin Krasser
requires_python<3.14,>=3.11
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # freeact-skills

The `freeact-skills` project provides a curated set of predefined skill modules for the [freeact](https://gradion-ai.github.io/freeact) agent system.

## Documentation

The official documentation is available [here](https://gradion-ai.github.io/freeact-skills/).

## Development

Clone the repository:

```bash
git clone https://github.com/gradion-ai/freeact-skills.git
cd freeact-skills
```

Create a new Conda environment and activate it:

```bash
conda env create -f environment.yml
conda activate freeact-skills
```

Install dependencies with Poetry:

```bash
poetry install --all-extras --with docs
```

Install pre-commit hooks:

```bash
invoke precommit-install
```

Run tests:

```bash
pytest -s tests
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gradion-ai/freeact-skills",
    "name": "freeact-skills",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Martin Krasser",
    "author_email": "martin@gradion.ai",
    "download_url": "https://files.pythonhosted.org/packages/14/bd/796adb2ca8e36fe0fd48e693b38f580e373c1fe2102a7e50ae3a68a8e8ea/freeact_skills-0.0.6.tar.gz",
    "platform": null,
    "description": "# freeact-skills\n\nThe `freeact-skills` project provides a curated set of predefined skill modules for the [freeact](https://gradion-ai.github.io/freeact) agent system.\n\n## Documentation\n\nThe official documentation is available [here](https://gradion-ai.github.io/freeact-skills/).\n\n## Development\n\nClone the repository:\n\n```bash\ngit clone https://github.com/gradion-ai/freeact-skills.git\ncd freeact-skills\n```\n\nCreate a new Conda environment and activate it:\n\n```bash\nconda env create -f environment.yml\nconda activate freeact-skills\n```\n\nInstall dependencies with Poetry:\n\n```bash\npoetry install --all-extras --with docs\n```\n\nInstall pre-commit hooks:\n\n```bash\ninvoke precommit-install\n```\n\nRun tests:\n\n```bash\npytest -s tests\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Library of predefined freeact agent skills",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/gradion-ai/freeact-skills"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "525530b6f4c97de4f4b1f1d9a713c3a92cef33e2b3965bfa941f633479cec503",
                "md5": "0b29eff52820bd523fd1813c6f4dc2dc",
                "sha256": "84fe3be9c2faa880a44433a7e12da7b9b114a9549608d0ef089c97eabe7806dd"
            },
            "downloads": -1,
            "filename": "freeact_skills-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b29eff52820bd523fd1813c6f4dc2dc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.11",
            "size": 31286,
            "upload_time": "2024-12-29T09:31:00",
            "upload_time_iso_8601": "2024-12-29T09:31:00.997936Z",
            "url": "https://files.pythonhosted.org/packages/52/55/30b6f4c97de4f4b1f1d9a713c3a92cef33e2b3965bfa941f633479cec503/freeact_skills-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14bd796adb2ca8e36fe0fd48e693b38f580e373c1fe2102a7e50ae3a68a8e8ea",
                "md5": "a3e95c4def88986025db3e21d6ce9d06",
                "sha256": "9d4f170c2528b7764a8d6f43a877907efb6ef68365517827b29e02514da4473f"
            },
            "downloads": -1,
            "filename": "freeact_skills-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "a3e95c4def88986025db3e21d6ce9d06",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.11",
            "size": 26442,
            "upload_time": "2024-12-29T09:31:02",
            "upload_time_iso_8601": "2024-12-29T09:31:02.214426Z",
            "url": "https://files.pythonhosted.org/packages/14/bd/796adb2ca8e36fe0fd48e693b38f580e373c1fe2102a7e50ae3a68a8e8ea/freeact_skills-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-29 09:31:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gradion-ai",
    "github_project": "freeact-skills",
    "github_not_found": true,
    "lcname": "freeact-skills"
}
        
Elapsed time: 0.39589s