Commit graph

8 commits

Author SHA1 Message Date
Alessandro
b4687015e2 docs: update documentation about agent profiles creation flow
The new guide explains:

- where profiles live
- what belongs in agent.yaml
- how prompt overrides work
- which root /prompts files are useful levers
- how profile-specific Main/Utility models are actually configured via _model_config/config.json
- why that config must be complete, not partial
2026-04-22 14:26:10 +02:00
Alessandro
fe2310aa90 Add project-scoped LLM presets
Add LLM preset selection to project create/edit flows, backed by _model_config scoped project config. Support global, project, and combined preset APIs with explicit metadata while preserving plain YAML preset files. Copy selected preset chat/utility settings into project-scoped config, keep embedding settings from the effective config, and document/test the new project model config paths.
2026-04-21 18:18:59 +02:00
frdel
7e1d9ad2a4 refactor: migrate extension system to use deep directory paths based on module and qualname
- Change @extensible decorator to generate extension paths from full module and qualname hierarchies instead of flattened names
- Update extension path format from `{module}_{qualname}_{start|end}` to `_functions/<module>/<qualname>/{start|end}`
- Move all extension files to new deep directory structure under `_functions/` to match new path format
- Replace PathSpec.from_lines(GitWildMatchPattern, ...) with PathSpec.from_lines
2026-03-22 21:48:01 +01:00
linuztx
add0546508 docs: add system prompt extensions, include original, and specifics file 2026-03-22 20:40:18 +08:00
linuztx
abae1b66c5 docs: add system prompt extensions, include original, and specifics file 2026-03-22 19:41:45 +08:00
frdel
d02dda3667 BIG PYTHON REFACTOR
Python scripts moved out of python/ folder to root to be unified with plugins

+ frontend extension around api calls
2026-03-05 17:28:11 +01:00
Alessandro
77ee200575 fix broken links 2026-02-10 18:18:23 +01:00
Alessandro
a76cd524fe optimize media; README.md; change structure
update mcp guides; better structure
cleanup media
update README.md and docs index
fix links in setup guide
update TOCs and usage
2026-02-10 17:38:02 +01:00
Renamed from docs/development/extensibility.md (Browse further)