{"id":26149431,"url":"https://github.com/timhanewich/aida","last_synced_at":"2025-06-16T20:33:29.947Z","repository":{"id":278077715,"uuid":"934434155","full_name":"TimHanewich/AIDA","owner":"TimHanewich","description":"AI Desktop Assistant - a lightweight AI agent that demonstrates tool calling.","archived":false,"fork":false,"pushed_at":"2025-02-28T15:32:25.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T20:49:27.557Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/TimHanewich.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":"2025-02-17T20:34:29.000Z","updated_at":"2025-02-28T15:32:29.000Z","dependencies_parsed_at":"2025-02-17T22:34:36.730Z","dependency_job_id":null,"html_url":"https://github.com/TimHanewich/AIDA","commit_stats":null,"previous_names":["timhanewich/aida"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2FAIDA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2FAIDA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2FAIDA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimHanewich%2FAIDA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimHanewich","download_url":"https://codeload.github.com/TimHanewich/AIDA/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242980224,"owners_count":20216280,"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":[],"created_at":"2025-03-11T05:31:07.834Z","updated_at":"2025-06-16T20:33:29.936Z","avatar_url":"https://github.com/TimHanewich.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AIDA: AI Desktop Assistant\n**AIDA**, short for **AI** **D**esktop **A**ssistant is a lightweight, console-based client for interfacing with a large language model.\n\n![AIDA](https://i.imgur.com/Yps2hcF.png)\n\nAIDA has built-in tools (function-calling) that give it several capabilities:\n- **Save File** - save a .txt file to the local computer.\n- **Open Folder** - read the contents of a folder (files and sub-folders within it)\n- **Read File** - read the contents of a file on the local computer.\n- **Read Webpage** - read the content on a webpage (by a specific URL)\n- **Check Weather** - check the weather for any location in the world.\n\nIn addition to the above capabilities, you can run several commands to manage the interfacing with the LLM (run command `help` to list these): \n- `tokens` - check the token consumption (input/output) for the current chat session\n- `clear` - clear the chat history\n- `tools` - list the tools (function calling) available to AIDA\n- `save` - save the current chat history to a local file\n- `load` - load chat history from a local file\n- `settings` - update endpoint settings, color and theme, etc.\n\n## How to run AIDA\nAIDA is super lightweight and easy to run on Windows and Linux!\n1. Install the [.NET 9.0 runtime](https://dotnet.microsoft.com/en-us/download/dotnet/9.0).\n2. Download AIDA from [the changelog](./changelog.md). Place it anywhere you want on your computer. Add it to your **path** variable so you can call AIDA easily!\n\n## Building the Project\nIf you modify AIDA and want to build it for yourself, here are the dotnet SDK commands you can use!\n\nFor windows:\n```\ndotnet publish AIDA.csproj -c Release --self-contained false\n```\n\nFor linux:\n```\ndotnet publish AIDA.csproj -c Release -r linux-x64 --self-contained false\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimhanewich%2Faida","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimhanewich%2Faida","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimhanewich%2Faida/lists"}