Security News
NVD Backlog Tops 20,000 CVEs Awaiting Analysis as NIST Prepares System Updates
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
AI Agnostic Chat with Personalised Characters. Self-hosted or Multi-tenant.
AI Agnostic Chat
Live Version | Discord | Roadmap
You can visit the hosted version at Agnai.chat
Based upon the early work of https://github.com/PygmalionAI/galatea-ui.
(Requires Node.JS)
Agnaistic is bundled as an NPM package and can be installed globally:
# Install or update:
> npm install agnaistic -g
> agnai
# View launch options:
> agnai help
docker compose -p agnai -f self-host.docker-compose.yml up -d
docker run -dt --restart=always -p 3001:3001 ghcr.io/luminai-companion/agnaistic:latest
-dt
Run the container detached--restart=always
Restart at start up or if the server crashes-p 3001:3001
Expose port 3001. Access the app at http://localhost:3001
anonymous-only
mode if there is no database available.Anonymous
users have their data saved to the browser's local storage. Your data will "persist", but not be shareable between devices or other browsers. Clearing your browser's application data/cookies will delete this data.git clone https://github.com/luminai-companion/agn-ai
or download itnpm run deps
pnpm v6
npm run build:all
npm run start
npm run start:win
npm run start:public
npm run start:public:win
This project quickly deviated from the upstream project. This project is not intended to be a SaaS nor be centered around the Pygmalion model.
Ultimately the design goals for this project are my own.
To try and cater for the small tweaks and tuning that people need for their specific needs at an application level we have settings.json
.
You can create a file called settings.json
at the root level to apply some changes across the entire application.
If you have a specific need for your application, this is the place to ask to have it catered for.
I will try and find a balance between catering to these requests and not having them get out of control in the codebase.
Examples of requests that are suited for this:
You can copy or look at template.settings.json
for an example of all of the available settings. You will need to restart Agnai for changes to take effect.
Currently supported custom settings:
baseEndTokens
: Add extra response end tokens to the base set.I'd highly recommend using VSCode with the following extensions:
Prettier - Code formatter
: For auto-formattingTailwind CSS Intellisense
: For auto-completion and intellisense with Tailwind CSS classes"editor.formatOnSave": true
to your VSCode settings.json
to auto-format with PrettierWhen using pnpm start
, the Node.JS server is run using --inspect
. This means you can use various Inspector Clients for debugging.
The important parts of the stack are:
# Install dependencies
> npm run deps
# Run MongoDB using Docker
> npm run up
# Start the frontend, backend, and python service
# Mac/Linux
> npm start
# Windows
> npm run start:win
pnpm start
script launchs the NodeJS API using the --inspect
flagF5
)chrome://inspect
to use the debuggerThe 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:
# auto-fixes any style problems
$ pnpm run format:fix
# runs the TypeScript compiler so any type errors will be shown
$ pnpm run typecheck
FAQs
Agnostic AI Chat
The npm package agnaistic receives a total of 0 weekly downloads. As such, agnaistic popularity was classified as not popular.
We found that agnaistic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.