{"id":21655883,"url":"https://github.com/dalssoft/assistant-tui","last_synced_at":"2025-05-07T22:45:44.035Z","repository":{"id":216209015,"uuid":"733598864","full_name":"dalssoft/assistant-tui","owner":"dalssoft","description":"ATUI - Assistant Textual User Interface","archived":false,"fork":false,"pushed_at":"2024-01-08T23:33:33.000Z","size":5075,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T22:45:39.031Z","etag":null,"topics":["assistant","openai","python","textual","tui"],"latest_commit_sha":null,"homepage":"","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/dalssoft.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-19T17:31:18.000Z","updated_at":"2025-02-25T04:31:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"28e9cba5-c66c-44b8-8536-ec3edf582acf","html_url":"https://github.com/dalssoft/assistant-tui","commit_stats":null,"previous_names":["dalssoft/assistant-tui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalssoft%2Fassistant-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalssoft%2Fassistant-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalssoft%2Fassistant-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalssoft%2Fassistant-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalssoft","download_url":"https://codeload.github.com/dalssoft/assistant-tui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252967975,"owners_count":21833245,"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":["assistant","openai","python","textual","tui"],"created_at":"2024-11-25T08:37:37.033Z","updated_at":"2025-05-07T22:45:44.015Z","avatar_url":"https://github.com/dalssoft.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ATUI - Assistant Textual User Interface\n \nThis is a [textual](https://textual.textualize.io/) user interface for the for OpenAI's [Assistant](https://platform.openai.com/docs/assistants/overview) API.\n\nhttps://github.com/dalssoft/textual-assistant/assets/209287/71d28cd9-1dd0-445d-a644-d62b255fe192\n\n# How to use\n\n## Setup\n\n```bash\npyenv install 3.12.0                # install python version\npyenv local 3.12.0                  # set python version\npython -m venv venv                 # create virtual environment\nsource ./venv/bin/activate          # activate virtual environment\npip3 install -r requirements.txt    # install dependencies\n```\n\n## Run\n\n```bash\nexport OPENAI_API_KEY=sk-....   # set openai api key. alternatively, create a .env file with this key\npython main.py\n```\n\n# Features\n\n- [x] Textual User Interface    \n    - [x] Assistant\n        - [ ] Create\n        - [x] Select\n        - [x] Details\n            - [x] Info\n            - [ ] Functions Details\n    - [x] Thread\n        - [x] Create\n        - [x] Select\n        - [x] Details\n    - [x] Message\n        - [x] List\n        - [ ] Annotations\n        - [ ] Attachments\n    - [x] Tools\n        - [x] Code Interpreter\n        - [x] Retrieve\n        - [ ] Function\n    - [x] Debug: Message / Runs / Steps\n    - [x] Log\n\n- [x] Domain\n    - [x] Assistant\n        - [x] Create\n        - [x] Retrieve\n        - [x] Delete\n        - [x] List All\n        - [ ] Update\n        - [ ] Files\n    - [x] Thread\n        - [x] Create\n        - [x] Retrieve\n        - [x] Delete\n        - [x] List All\n        - [ ] Update\n        - [x] Retrieve Messages\n        - [x] Events\n            - [x] New Message\n        - [x] Persist\n            - [x] Local\n            - [ ] DB\n    - [x] Message\n        - [x] Create\n        - [x] Retrieve\n        - [ ] Update\n        - [ ] Files\n    - [x] Run\n        - [x] Create\n        - [x] Retrieve\n        - [x] Cancel\n        - [ ] List All\n        - [ ] Update\n        - [x] Polling\n        - [x] Events\n            - [x] Status Change\n    - [x] Step\n        - [x] Types\n            - [x] Message Creation\n            - [x] Tool Call\n        - [x] Retrieve\n        - [x] Polling\n        - [x] Events\n            - [x] New Step\n            - [x] Status Change\n    - [x] Tools\n        - [x] Code Interpreter\n        - [x] Retrieve\n        - [x] Function\n            - [ ] Handle Function Call\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalssoft%2Fassistant-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalssoft%2Fassistant-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalssoft%2Fassistant-tui/lists"}