mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 04:30:36 +00:00
feat(plugins): Add _promptinclude plugin for persistent system prompt files
This commit is contained in:
parent
edb7f926a4
commit
785cf33921
7 changed files with 400 additions and 0 deletions
18
plugins/_promptinclude/default_config.yaml
Normal file
18
plugins/_promptinclude/default_config.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name_pattern: "*.promptinclude.md"
|
||||
max_depth: 10
|
||||
max_file_tokens: 2000
|
||||
max_file_count: 50
|
||||
max_total_tokens: 8000
|
||||
gitignore: |
|
||||
venv/**
|
||||
**/__pycache__/**
|
||||
**/node_modules/**
|
||||
**/.npm/**
|
||||
**/.git/**
|
||||
**/.conda/**
|
||||
**/.cache/**
|
||||
**/dist/**
|
||||
**/build/**
|
||||
**/.tox/**
|
||||
**/.eggs/**
|
||||
**/*.egg-info/**
|
||||
Loading…
Add table
Add a link
Reference in a new issue