{"id":13631456,"url":"https://github.com/knowsuchagency/llmo","last_synced_at":"2025-10-15T14:17:01.413Z","repository":{"id":168170166,"uuid":"643636017","full_name":"knowsuchagency/llmo","owner":"knowsuchagency","description":"Your friendly terminal-based AI pair programmer","archived":false,"fork":false,"pushed_at":"2023-06-05T21:44:01.000Z","size":1304,"stargazers_count":41,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T13:15:55.654Z","etag":null,"topics":["ai","cli","llm"],"latest_commit_sha":null,"homepage":"","language":"Python","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/knowsuchagency.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-05-21T19:31:33.000Z","updated_at":"2025-05-30T21:17:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb34cdd2-ee67-45e8-9d1b-1db436b4cde5","html_url":"https://github.com/knowsuchagency/llmo","commit_stats":null,"previous_names":["knowsuchagency/llmo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/knowsuchagency/llmo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowsuchagency%2Fllmo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowsuchagency%2Fllmo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowsuchagency%2Fllmo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowsuchagency%2Fllmo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knowsuchagency","download_url":"https://codeload.github.com/knowsuchagency/llmo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowsuchagency%2Fllmo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013904,"owners_count":26085326,"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-12T02:00:06.719Z","response_time":53,"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":["ai","cli","llm"],"created_at":"2024-08-01T22:02:26.206Z","updated_at":"2025-10-15T14:17:01.378Z","avatar_url":"https://github.com/knowsuchagency.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# LLMO (Elmo)\n\n*Meaning:*\n- Protector\n- Worthy to be Loved\n- Helm from God\n- (**Most Importantly**) A helpful AI programming CLI tool\n\n\u003cimg src=\"https://github.com/knowsuchagency/llmo/blob/main/static/mascot.png?raw=true\" alt=\"mascot\" style=\"width: 400px; height: auto;\"\u003e   \n\nLLMO is the AI pair programming tool that meets you where you are (your terminal) 😉\n\nWith the **\"staging area\"**, you can keep files in the context window without the hassle of copying and pasting every time you make changes to your code.\n\n\n## Features\n\n- Interactive Chat: Enjoy real-time, interactive programming assistance in your terminal.\n- Staging Area: Easily add files to the AI's context to update it about your ongoing coding tasks. No need to copy and paste updates.\n- Model Customization: Choose the OpenAI model that fits your needs.\n- Personality: By default, Elmo loves to make bodybuilding references. This can be turned off through a CLI flag or environment variable.\n\n## Installation\n\nThe recommended way to install `llmo` is through [pipx][pipx]:\n\n```bash\npipx install llmo\n```\n\n## Demo\n\nhttps://github.com/knowsuchagency/llmo/assets/11974795/72419d64-585b-4cd5-a546-2a07de3e6f03\n\n\n## Usage\n\n```bash\nllmo --help\n# you can also use the shorthand\nlm\n\n# You can pass the -s flag if you don't need the full GUI mode\nlm -s \"Could you show me an example of valid json?\"\n\n# Adding files to context\n\n# main.py\n# from utils import add_numbers\n# result = add_numbers(5, 3)\n\n# utils.py\n# def add_numbers(a, b):\n#     return a + b\n\nlm \"How can I make add_numbers return a string?\" -f main.py -f utils.py\n```\n\n## Notes\n\n### Authentication\n\nThis application uses the [OpenAI][openai] API.\n\nYou will need to authenticate with your own API Key.\n\n### Copying Text\n\n[Textual][textual] runs the terminal in application mode. The means that you can't simply copy content as you normally would.\nIn [iterm2][iterm2], you can hold down the `option` key to select text. See the documentation for your terminal emulator for more information.\n\n## License\n\n[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)\n\n## Disclaimer\n\nThis tool is not officially associated with OpenAI. Always follow OpenAI's use case policy when interacting with their API.\n\n[pipx]: https://github.com/pypa/pipx\n[textual]: https://textual.textualize.io/\n[iterm2]: https://iterm2.com/\n[openai]: https://openai.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowsuchagency%2Fllmo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknowsuchagency%2Fllmo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowsuchagency%2Fllmo/lists"}