{"id":32173100,"url":"https://github.com/am-kantox/agency","last_synced_at":"2025-10-21T18:49:27.933Z","repository":{"id":57478749,"uuid":"247914636","full_name":"am-kantox/agency","owner":"am-kantox","description":"One more unnecessary abstraction on top of `Agent`","archived":true,"fork":false,"pushed_at":"2023-01-06T14:44:17.000Z","size":83,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T01:00:37.418Z","etag":null,"topics":["agent","elixir","elixir-lang","state-management"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/am-kantox.png","metadata":{"files":{"readme":"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}},"created_at":"2020-03-17T08:17:25.000Z","updated_at":"2024-10-27T03:32:00.000Z","dependencies_parsed_at":"2023-02-06T05:30:49.393Z","dependency_job_id":null,"html_url":"https://github.com/am-kantox/agency","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/am-kantox/agency","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fagency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fagency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fagency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fagency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/am-kantox","download_url":"https://codeload.github.com/am-kantox/agency/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fagency/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280180589,"owners_count":26286173,"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-10-20T02:00:06.978Z","response_time":62,"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":["agent","elixir","elixir-lang","state-management"],"created_at":"2025-10-21T18:49:26.934Z","updated_at":"2025-10-21T18:49:27.921Z","avatar_url":"https://github.com/am-kantox.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Logo](https://raw.githubusercontent.com/am-kantox/agency/master/stuff/agency-48x48.png)  ~~Agency~~\n\nObsoleted by [`PartitionSupervisor`](https://hexdocs.pm/elixir/PartitionSupervisor.html)\n\n## Introduction\n\n`Agency` is an abstraction layer above `Agent` allowing to use any\ncontainer supporting `Access` behind and simplifying the client API\nhandling.\n\n`Agency` itself implements `Access` behaviour, making it possible to\nembed instances in the middle of `Access.keys` chains.\n\nIn a nutshell, `Agency` backs up the `Agent` holding a container.\nAll the standard CRUD-like calls are done through containers’\n`Access` implementation, allowing transparent shared access.\n\nThe set of `after_***/1` functions are introduced, so that the main\n`Agent` feature distinguishing it from the standard `GenServer`\nholding state—namely, a separation of client and server APIs—is\nexposed transparently to the consumers.\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:agency, \"~\u003e 0.1\"}\n  ]\nend\n```\n\n### Changelog\n\n- **`0.3.1`** `Agency.Multi` support is not optional anymore\n- **`0.3.0`** `Agency.Multi` supporting the locally distributed agency (eliminating `:gen_server` mailbox bottleneck)\n\n## [Documentation](https://hexdocs.pm/agency).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fam-kantox%2Fagency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fam-kantox%2Fagency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fam-kantox%2Fagency/lists"}