{"id":19525414,"url":"https://github.com/bossjones/democracy-exe","last_synced_at":"2026-04-28T16:39:43.636Z","repository":{"id":261879599,"uuid":"885604220","full_name":"bossjones/democracy-exe","owner":"bossjones","description":"democracy_exe is an advanced, agentic Python application leveraging LangChain and LangGraph","archived":false,"fork":false,"pushed_at":"2025-01-21T03:23:19.000Z","size":100417,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T04:18:37.967Z","etag":null,"topics":["fastapi","langchain","langgraph","llm"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bossjones.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-08T23:20:48.000Z","updated_at":"2025-01-10T20:41:24.000Z","dependencies_parsed_at":"2025-01-14T02:36:34.440Z","dependency_job_id":null,"html_url":"https://github.com/bossjones/democracy-exe","commit_stats":null,"previous_names":["bossjones/democracy-exe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bossjones%2Fdemocracy-exe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bossjones%2Fdemocracy-exe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bossjones%2Fdemocracy-exe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bossjones%2Fdemocracy-exe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bossjones","download_url":"https://codeload.github.com/bossjones/democracy-exe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240777554,"owners_count":19855856,"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","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":["fastapi","langchain","langgraph","llm"],"created_at":"2024-11-11T01:04:22.187Z","updated_at":"2026-04-28T16:39:38.570Z","avatar_url":"https://github.com/bossjones.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**# democracy-exe\n\n[![Release](https://img.shields.io/github/v/release/bossjones/democracy-exe)](https://img.shields.io/github/v/release/bossjones/democracy-exe)\n[![Build status](https://img.shields.io/github/actions/workflow/status/bossjones/democracy-exe/main.yml?branch=main)](https://github.com/bossjones/democracy-exe/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/bossjones/democracy-exe/branch/main/graph/badge.svg)](https://codecov.io/gh/bossjones/democracy-exe)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/bossjones/democracy-exe)](https://img.shields.io/github/commit-activity/m/bossjones/democracy-exe)\n[![License](https://img.shields.io/github/license/bossjones/democracy-exe)](https://img.shields.io/github/license/bossjones/democracy-exe)\n\ndemocracy_exe is an advanced, agentic Python application leveraging LangChain and LangGraph to orchestrate and manage a network of AI agents and subgraphs. This system emulates the principles of \"managed democracy\" from the Helldivers universe, automating decision-making processes and task delegation across multiple AI entities. Based on Helldivers.\n\n-   **Github repository**: \u003chttps://github.com/bossjones/democracy-exe/\u003e\n-   **Documentation** \u003chttps://bossjones.github.io/democracy-exe/\u003e\n\n## Getting started with your project\n\n![LangGraph Architecture](@langgraph.png)\n\n\n### 1. Create a New Repository\n\nFirst, create a repository on GitHub with the same name as this project, and then run the following commands:\n\n```bash\ngit init -b main\ngit add .\ngit commit -m \"init commit\"\ngit remote add origin git@github.com:bossjones/democracy-exe.git\ngit push -u origin main\n```\n\n### 2. Set Up Your Development Environment\n\nThen, install the environment and the pre-commit hooks with\n\n```bash\nmake install\n```\n\nThis will also generate your `uv.lock` file\n\n### 3. Run the pre-commit hooks\n\nInitially, the CI/CD pipeline might be failing due to formatting issues. To resolve those run:\n\n```bash\nuv run pre-commit run -a\n```\n\n### 4. Commit the changes\n\nLastly, commit the changes made by the two steps above to your repository.\n\n```bash\ngit add .\ngit commit -m 'Fix formatting issues'\ngit push origin main\n```\n\nYou are now ready to start development on your project!\nThe CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.\n\nTo finalize the set-up for publishing to PyPI, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/publishing/#set-up-for-pypi).\nFor activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/mkdocs/#enabling-the-documentation-on-github).\nTo enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/codecov/).\n\n## Releasing a new version\n\n-   Create an API Token on [PyPI](https://pypi.org/).\n-   Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/bossjones/democracy-exe/settings/secrets/actions/new).\n-   Create a [new release](https://github.com/bossjones/democracy-exe/releases/new) on Github.\n-   Create a new tag in the form `*.*.*`.\n\nFor more details, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/cicd/#how-to-trigger-a-release).\n\n---\n\nRepository initiated with [fpgmaas/cookiecutter-uv](https://github.com/fpgmaas/cookiecutter-uv).\n**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbossjones%2Fdemocracy-exe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbossjones%2Fdemocracy-exe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbossjones%2Fdemocracy-exe/lists"}