{"id":16389297,"url":"https://github.com/marcelog/elixir_agi","last_synced_at":"2025-09-09T23:47:06.506Z","repository":{"id":57494234,"uuid":"44922362","full_name":"marcelog/elixir_agi","owner":"marcelog","description":"An Elixir AGI client","archived":false,"fork":false,"pushed_at":"2019-08-10T21:19:11.000Z","size":48,"stargazers_count":6,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-16T20:52:27.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-25T18:05:39.000Z","updated_at":"2020-08-05T13:21:03.000Z","dependencies_parsed_at":"2022-09-02T06:12:42.137Z","dependency_job_id":null,"html_url":"https://github.com/marcelog/elixir_agi","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/marcelog/elixir_agi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Felixir_agi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Felixir_agi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Felixir_agi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Felixir_agi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelog","download_url":"https://codeload.github.com/marcelog/elixir_agi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Felixir_agi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274384512,"owners_count":25275270,"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-09T02:00:10.223Z","response_time":80,"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":"2024-10-11T04:32:17.176Z","updated_at":"2025-09-09T23:47:06.461Z","avatar_url":"https://github.com/marcelog.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ElixirAgi\n\nAn [Asterisk](http://www.asterisk.org/) client for the [AGI](https://wiki.asterisk.org/wiki/display/AST/AGI+Commands)\nprotocol written in [Elixir](http://elixir-lang.org/). For a quick introduction to AGI you can read [this](http://marcelog.github.io/articles/php_asterisk_agi_protocol_tutorial.html).\n\nThis is similar to [PAGI](https://github.com/marcelog/PAGI) for PHP, and\n[erlagi](https://github.com/marcelog/erlagi) for Erlang.\n\n----\n\n# Using it with Mix\n\nTo use it in your Mix projects, first add it as a dependency:\n\n```elixir\ndef deps do\n  [{:elixir_agi, \"~\u003e 0.0.10\"}]\nend\n```\nThen run mix deps.get to install it.\n\nAlso add the app in your mix.exs file:\n```elixir\n  [\n    applications: [:logger, :elixir_agi],\n    ...\n  ]\n```\n\n----\n\n# Examples\nSee the [examples directory](https://github.com/marcelog/elixir_agi/tree/master/examples)\n\n----\n\n# AGI Commands\n\nYou can find the available AGI commands in the [AGI](https://github.com/marcelog/elixir_agi/blob/master/lib/elixir_agi/agi.ex) module.\nFeel free to open a pull request to include new ones :) If you want to use a command that is not supported yet, you can\nuse the `run/3` function of the AGI module.\n\n----\n\n# Documentation\n\nFeel free to take a look at the [documentation](http://hexdocs.pm/elixir_agi/)\nserved by hex.pm or the source itself to find more.\n\n----\n\n# License\nThe source code is released under Apache 2 License.\n\nCheck [LICENSE](https://github.com/marcelog/elixir_agi/blob/master/LICENSE) file for more information.\n\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Felixir_agi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelog%2Felixir_agi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Felixir_agi/lists"}