mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-10 17:00:11 +01:00
a5bb77f97a
V1 of agent support via built-in `@agent` that can be invoked alongside normal workspace RAG chat.
19 lines
376 B
Plaintext
19 lines
376 B
Plaintext
**/server/utils/agents/aibitat/example/**
|
|
**/server/storage/documents/**
|
|
**/server/storage/vector-cache/**
|
|
**/server/storage/*.db
|
|
**/server/storage/lancedb
|
|
**/collector/hotdir/**
|
|
**/collector/v-env/**
|
|
**/collector/outputs/**
|
|
**/node_modules/
|
|
**/dist/
|
|
**/v-env/
|
|
**/__pycache__/
|
|
**/.env
|
|
**/.env.*
|
|
**/bundleinspector.html
|
|
!docker/.env.example
|
|
!frontend/.env.production
|
|
**/tmp/**
|