metisos-arc-core


Namemetisos-arc-core JSON
Version 1.2.8 PyPI version JSON
download
home_pagehttps://github.com/metisos/arc-core
SummaryAdaptive Recursive Consciousness (ARC) Core - A framework for continual learning AI systems
upload_time2025-07-18 15:06:28
maintainerNone
docs_urlNone
authorMetisOS
requires_python>=3.8
licenseNone
keywords artificial intelligence deep learning transformers continual learning lora neural networks reasoning memory
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ARC Core

Adaptive Recursive Consciousness (ARC) Core is a framework for building continual learning AI systems that can learn and reason over time. It features:

- **Continual Learning**: Real-time learning with LoRA adapters
- **Reasoning Engine**: Graph-based reasoning and pattern recognition
- **Biological Learning**: Implements biological learning mechanisms
- **Model Agnostic**: Works with various transformer architectures

## Installation

```bash
pip install arc-core
```

## Quick Start

```python
from arc_core import LearningARCConsciousness, ARCCore, ARCTrainer  # All aliases for the same class

# Initialize with a base model
arc = LearningARCConsciousness(model_name="gpt2")

# Learn from interactions
arc.learn_from_experience("The sky appears blue due to Rayleigh scattering")

# Generate responses
response = arc.generate("Why is the sky blue?")
print(response)
```

## Features

- **Dynamic LoRA Adapters**: Automatically adapts to different model architectures
- **Reasoning Graph**: Maintains a knowledge graph of learned concepts
- **Biological Learning**: Implements contextual gating and cognitive inhibition
- **Persistence**: Saves learning progress between sessions

## Documentation

For detailed documentation, see [ARC Core Documentation](https://github.com/yourusername/arc-core).

## License

MIT

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/metisos/arc-core",
    "name": "metisos-arc-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "artificial intelligence, deep learning, transformers, continual learning, lora, neural networks, reasoning, memory",
    "author": "MetisOS",
    "author_email": "cjohnson@metisos.com",
    "download_url": "https://files.pythonhosted.org/packages/13/24/48571081977c73e0e744785be6511710939e9f6e47dd489385e2c54f7980/metisos_arc_core-1.2.8.tar.gz",
    "platform": null,
    "description": "# ARC Core\n\nAdaptive Recursive Consciousness (ARC) Core is a framework for building continual learning AI systems that can learn and reason over time. It features:\n\n- **Continual Learning**: Real-time learning with LoRA adapters\n- **Reasoning Engine**: Graph-based reasoning and pattern recognition\n- **Biological Learning**: Implements biological learning mechanisms\n- **Model Agnostic**: Works with various transformer architectures\n\n## Installation\n\n```bash\npip install arc-core\n```\n\n## Quick Start\n\n```python\nfrom arc_core import LearningARCConsciousness, ARCCore, ARCTrainer  # All aliases for the same class\n\n# Initialize with a base model\narc = LearningARCConsciousness(model_name=\"gpt2\")\n\n# Learn from interactions\narc.learn_from_experience(\"The sky appears blue due to Rayleigh scattering\")\n\n# Generate responses\nresponse = arc.generate(\"Why is the sky blue?\")\nprint(response)\n```\n\n## Features\n\n- **Dynamic LoRA Adapters**: Automatically adapts to different model architectures\n- **Reasoning Graph**: Maintains a knowledge graph of learned concepts\n- **Biological Learning**: Implements contextual gating and cognitive inhibition\n- **Persistence**: Saves learning progress between sessions\n\n## Documentation\n\nFor detailed documentation, see [ARC Core Documentation](https://github.com/yourusername/arc-core).\n\n## License\n\nMIT\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Adaptive Recursive Consciousness (ARC) Core - A framework for continual learning AI systems",
    "version": "1.2.8",
    "project_urls": {
        "Homepage": "https://github.com/metisos/arc-core"
    },
    "split_keywords": [
        "artificial intelligence",
        " deep learning",
        " transformers",
        " continual learning",
        " lora",
        " neural networks",
        " reasoning",
        " memory"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9b6f96287b33d596f82617e816fd90b59ff18101c4e5cdcb6233b47a2a999c5",
                "md5": "a16518ce57a4d5a5dd7634ecf255a34d",
                "sha256": "8c625084f6ba3f9fdc7cb6c5947cca700db79c7d9450ead7820ace080525a243"
            },
            "downloads": -1,
            "filename": "metisos_arc_core-1.2.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a16518ce57a4d5a5dd7634ecf255a34d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 44865,
            "upload_time": "2025-07-18T15:06:27",
            "upload_time_iso_8601": "2025-07-18T15:06:27.401996Z",
            "url": "https://files.pythonhosted.org/packages/a9/b6/f96287b33d596f82617e816fd90b59ff18101c4e5cdcb6233b47a2a999c5/metisos_arc_core-1.2.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "132448571081977c73e0e744785be6511710939e9f6e47dd489385e2c54f7980",
                "md5": "bee2339856e81ef71f75baa214412de6",
                "sha256": "fccdc06da902541e7d98702d118488bd9bd34c9326b9d932f6751c83167e3e81"
            },
            "downloads": -1,
            "filename": "metisos_arc_core-1.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "bee2339856e81ef71f75baa214412de6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 46751,
            "upload_time": "2025-07-18T15:06:28",
            "upload_time_iso_8601": "2025-07-18T15:06:28.582627Z",
            "url": "https://files.pythonhosted.org/packages/13/24/48571081977c73e0e744785be6511710939e9f6e47dd489385e2c54f7980/metisos_arc_core-1.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-18 15:06:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "metisos",
    "github_project": "arc-core",
    "github_not_found": true,
    "lcname": "metisos-arc-core"
}
        
Elapsed time: 0.65721s