{"id":30860379,"url":"https://github.com/selfapplied/aemergent","last_synced_at":"2025-09-07T15:44:32.513Z","repository":{"id":307802685,"uuid":"1029279927","full_name":"selfapplied/aemergent","owner":"selfapplied","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-02T08:43:11.000Z","size":44640,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-02T10:44:37.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/selfapplied.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-30T19:48:06.000Z","updated_at":"2025-08-02T08:19:46.000Z","dependencies_parsed_at":"2025-08-02T10:44:39.893Z","dependency_job_id":"39c40394-2eb9-416b-8e0c-299078f2f6ad","html_url":"https://github.com/selfapplied/aemergent","commit_stats":null,"previous_names":["selfapplied/aemergent"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/selfapplied/aemergent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfapplied%2Faemergent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfapplied%2Faemergent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfapplied%2Faemergent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfapplied%2Faemergent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selfapplied","download_url":"https://codeload.github.com/selfapplied/aemergent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfapplied%2Faemergent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274058943,"owners_count":25215200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-07T15:44:23.293Z","updated_at":"2025-09-07T15:44:32.477Z","avatar_url":"https://github.com/selfapplied.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aemergent\n\nA computational metaphysics framework with quantum quadtree text processing.\n\n## What is Aemergent?\n\nAemergent is a framework for exploring computational metaphysics through:\n- **GravTree**: Quantum quadtree text processing with geometric convolution\n- **Combit**: Combinatorial mathematics and template rendering\n- **Operators**: Mathematical operators for signal processing\n- **Pascell**: Cellular automata for Pascal's Triangle with prime number generation\n\n## Installation\n\n```bash\nuv add aemergent\n```\n\n## Quick Start\n\n```python\nfrom aemergent.src.gravtree import GravTree\nfrom aemergent.src.pascell import generate_ca_pascal, prime_generator_ca\n\n# Create a quantum quadtree text processor\ngt = GravTree()\n\n# Process text with geometric convolution\ntext = \"Hello, world!\"\npatterns = gt.detect_patterns(text)\nprint(f\"Found {len(patterns)} patterns\")\n\n# Generate Pascal's Triangle with cellular automata\nca_triangle = generate_ca_pascal(20, use_mod=True, mod=10)\n\n# Find prime numbers using palindromic patterns\nprimes, palindromes = prime_generator_ca(100)\nprint(f\"Found {len(primes)} primes: {primes}\")\n```\n\n## Components\n\n### GravTree\nQuantum quadtree implementation that combines:\n- **Quad tree structure** for hierarchical geometric operations\n- **Quantum quaternions** for spatial transformations\n- **Geometric convolution** for pattern detection in text space\n\n### Combit\nCombinatorial mathematics with template rendering and capability composition.\n\n### Operators\nMathematical operators for signal processing and transformations.\n\n### Pascell\nCellular automata for Pascal's Triangle with:\n- **CA evolution rules** for building triangles from (0,0)\n- **Modular arithmetic** with overflow evolution\n- **Prime number generation** using palindromic patterns\n- **Prime mask analysis** for pattern identification\n\n## Development\n\n```bash\n# Install development dependencies\nuv add --dev aemergent\n\n# Run tests\npytest\n\n# Run demos\npython demos/gravtree_demo.py\n```\n\n## License\n\nMIT License ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfapplied%2Faemergent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselfapplied%2Faemergent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfapplied%2Faemergent/lists"}