{"id":22295896,"url":"https://github.com/sceuick/agn-ai","last_synced_at":"2025-07-29T01:32:20.255Z","repository":{"id":213816469,"uuid":"604421399","full_name":"sceuick/agn-ai","owner":"sceuick","description":"AI Agnostic Chat","archived":false,"fork":false,"pushed_at":"2023-05-29T15:59:56.000Z","size":1370,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2025-04-05T05:51:10.287Z","etag":null,"topics":["ai","chatbot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sceuick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-02-21T02:48:33.000Z","updated_at":"2024-02-19T11:47:41.000Z","dependencies_parsed_at":"2023-12-23T10:50:22.698Z","dependency_job_id":"88a3cc9c-9bc2-4662-ab3b-7fa8d947dbd0","html_url":"https://github.com/sceuick/agn-ai","commit_stats":null,"previous_names":["sceuick/agn-ai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sceuick/agn-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sceuick%2Fagn-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sceuick%2Fagn-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sceuick%2Fagn-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sceuick%2Fagn-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sceuick","download_url":"https://codeload.github.com/sceuick/agn-ai/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sceuick%2Fagn-ai/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267616577,"owners_count":24116154,"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-07-28T02:00:09.689Z","response_time":68,"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","chatbot"],"created_at":"2024-12-03T17:43:30.694Z","updated_at":"2025-07-29T01:32:19.782Z","avatar_url":"https://github.com/sceuick.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AgnAIstic\n\n\u003e Agnai: AI Agnostic, Self-hosted or Multi-tenant\n\nAI Agnostic Chat\n\nBased upon the early work of https://github.com/PygmalionAI/galatea-ui.\n\n\u003cdiv style=\"display: flex; flex-direction: row; gap: 0.5rem;\" \u003e\n\u003cimg src=\"https://github.com/sceuick/agn-ai/blob/dev/screenshots/chat.png?raw=true\" height=\"150\"\u003e\n\u003cimg src=\"https://github.com/sceuick/agn-ai/blob/dev/screenshots/persona.png?raw=true\" height=\"150\"\u003e\n\u003cimg src=\"https://github.com/sceuick/agn-ai/blob/dev/screenshots/settings.png?raw=true\" height=\"150\"\u003e\n\u003c/div\u003e\n\n## Features\n\n- Multiple AI adapters: Support for Kobold, Novel, AI Horde, Chai\n- Group Conversations: Multiple users with one character/bot\n- Multiple persona schema formats (W++, Square bracket format, Boostyle)\n- Multi-tenancy:\n  - User authentication\n  - Individual user settings: Which adapter to use and their own adapter configuration\n  - Individual user generation settings (_In progress_)\n- Chat overrides:\n  - Change the AI adapter for a specific chat\n  - Change the character for a specific chat\n\n## Roadmap\n\nSee the [roadmap here](https://github.com/users/sceuick/projects/1).\n\n## Quick Start for Users\n\n\u003e CAUTION: This project is in an early stage of development. You may experience breaking changes between updates.\n\nIf you're only looking to run AgnAI without contributing:\n\n1. Install [Node.js](https://nodejs.org/en/download/)\n2. Install [MongoDB](https://www.mongodb.com/docs/manual/installation/)\n3. Clone the project: `git clone https://github.com/sceuick/agn-ai` or [download it](https://github.com/sceuick/agn-ai/archive/refs/heads/dev.zip)\n4. From inside the project folder in your terminal/console:\n   - `npm install`\n   - `npm build:all`\n   - `npm start`\n5. If you wish to run a public facing version:\n   - `npm run start:public`\n\n## Design Goals\n\nThis project quickly deviated from the upstream project. This project is not intended to be a SaaS nor be centered around the Pygmalion model.  \nUltimately the design goals for this project are my own.\n\n- High quality codebase\n- Adapters: Transparently use a variety of AI models and services to converse with\n  - Initial adapters: Kobold, Kobold Horde, and Novel\n- Implementing adapters should be low friction\n- Lightweight to self-host\n- Avoiding native dependencies and Docker to be easy for non-technical people to install and run\n\n## For Developers\n\n### Tech Stack\n\nThe important parts of the stack are:\n\n- [MongoDB](https://www.mongodb.com/docs/manual/installation/) for persistence\n- [SolidJS](https://www.solidjs.com/) for interactivity\n- [TailwindCSS](https://tailwindcss.com/) for styling\n- [pnpm](https://pnpm.io/) for dependency management\n\n### Quick Start\n\nIf you have Node and `pnpm` installed and working, you can start the development server with:\n\n```bash\n# Install dependencies\n\u003e pnpm install --lockfile\n\n# Start the frontend, backend, and python service\n\u003e pnpm start\n\n# Run MongoDB using Docker\n\u003e pnpm run up\n\n# Start the public facing version:\n\u003e pnpm start:public\n```\n\n### Developer Tooling\n\n- Redux Dev Tools\n  - The front-end application state is wired up to the Redux Dev Tools chrome extension.\n- NodeJS debugger\n  - The `start` script launchs the NodeJS API using the `--inspect` flag\n  - Go to the url `chrome://inspect` to use the debugger\n\n### Format and Type Checking\n\nThe project uses ESLint for linting, Prettier for enforcing code style and TypeScript to check for type errors. When opening a PR, please make sure you're not introducing any new errors in any of these checks by running:\n\n```bash\n# auto-fixes any style problems\n$ pnpm run format:fix\n\n# runs the TypeScript compiler so any type errors will be shown\n$ pnpm run typecheck\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsceuick%2Fagn-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsceuick%2Fagn-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsceuick%2Fagn-ai/lists"}