{"id":27283974,"url":"https://github.com/mathieuschl/karassistant","last_synced_at":"2026-04-29T01:32:56.275Z","repository":{"id":186605650,"uuid":"675257646","full_name":"MathieuSchl/KarAssistant","owner":"MathieuSchl","description":"Kara is a personal assistant. Its purpose is to answer questions asked by a client.","archived":false,"fork":false,"pushed_at":"2024-02-22T12:33:04.000Z","size":2828,"stargazers_count":0,"open_issues_count":30,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T18:54:37.893Z","etag":null,"topics":["bot","kara","nodejs","personal-assistant"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/MathieuSchl.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,"zenodo":null}},"created_at":"2023-08-06T10:17:47.000Z","updated_at":"2023-09-07T07:56:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"a11dcec3-fc62-4d48-a56b-88e7e9681624","html_url":"https://github.com/MathieuSchl/KarAssistant","commit_stats":null,"previous_names":["mathieuschl/karassistant"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/MathieuSchl/KarAssistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuSchl%2FKarAssistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuSchl%2FKarAssistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuSchl%2FKarAssistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuSchl%2FKarAssistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MathieuSchl","download_url":"https://codeload.github.com/MathieuSchl/KarAssistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuSchl%2FKarAssistant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bot","kara","nodejs","personal-assistant"],"created_at":"2025-04-11T18:47:22.482Z","updated_at":"2026-04-29T01:32:56.260Z","avatar_url":"https://github.com/MathieuSchl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KarAssistant\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/MathieuSchl/KarAssistant/actions/workflows/back-dockerPush.yml\"\u003e\u003cimg src=\"https://github.com/MathieuSchl/KarAssistant/actions/workflows/back-dockerPush.yml/badge.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv id=\"header\" align=\"center\"\u003e\n  \u003cimg src=\"https://steamuserimages-a.akamaihd.net/ugc/923681227278185275/D579055CC4A7504CFFF832EA33FAACC296B7B937/?imw=5000\u0026imh=5000\u0026ima=fit\u0026impolicy=Letterbox\u0026imcolor=%23000000\u0026letterbox=false\"/\u003e\n  \u003cp\u003eKara is a personal assistant. Its purpose is to answer questions asked by a client.\u003c/p\u003e\n\u003c/div\u003e\n\n## Structure\n\nThe project comprises 3 types of elements:\n\n- Clients: these are the applications that will be used by users and interact with the back-end\n- Back-end: this is the main service. It can receive, interpret and respond to customer queries. It can also use agents as data sources or to perform actions.\n- Agent: Agents are physical components that enable sensors to take measurements or perform actions (coming soon).\n\n```mermaid\nflowchart LR\n    subgraph Backend\n        back{fa:fa-server Back}\n    end\n\n    subgraph Clients\n      app[fa:fa-mobile-alt Mobile app]\n      console[fa:fa-terminal Console]\n      homeAssistant[fa:fa-home Home assistant]\n    end\n\n    subgraph Agents\n      agent[fa:fa-home Home agent]\n    end\n\n    app \u003c--\u003e back\n    console \u003c--\u003e back\n    homeAssistant \u003c--\u003e back\n    back \u003c--\u003e agent\n```\n\n## Available components\n\n### Client: Flutter applications\n\n### Back: Backend_node\n\nThis is the main service.\nIt can receive, interpret and respond queries from the clients.\nEach query will be interpreted and compared with a skills database.\nExample: for the sentence `what time is it ?` the skill used concerns the time. The back-end will respond with the time `It's 12:15`.\n\nOne of our objectives is to set up physical agents at home, for example. They could operate on raspberries and control certain objects such as lights or shutters.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieuschl%2Fkarassistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieuschl%2Fkarassistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieuschl%2Fkarassistant/lists"}