Commit graph

22 commits

Author SHA1 Message Date
3clyp50
e9d240179e fix: move default files; harden framework api/prompt 2026-02-02 11:50:02 +01:00
3clyp50
a03f7b9c53 Merge PR 861 skills 2026-02-02 10:52:46 +01:00
frdel
4932e12546 WebSocket merge 2026-02-01 16:07:45 +01:00
TerminallyLazy
99d5bf6f05 feat: add development framework support with skill system and UI
Add a framework selection system that lets users choose structured
development workflows. Frameworks provide curated skills that guide
the agent through established methodologies.

Features:
- Framework registry with 11 frameworks: GSD, Superpowers, BMAD,
  BMAD Builder, BMAD Creative Intelligence Suite, BMAD Game Dev Studio,
  Spec Kit, PRP, AgentOS, AMPLIHACK, and Agent Zero Dev
- 62 workflow skills organized by framework
- Global framework selection in Settings > Agent > Framework
- Per-project framework override (Settings > Projects > Edit)
- Framework-aware skill discovery prioritizes active framework's skills
- System prompt injection provides workflow context to the agent
- Skills Import moved to dedicated Settings tab

Backend:
- python/helpers/frameworks.py: Framework registry and utilities
- python/api/frameworks.py: Framework list/get API endpoint
- python/helpers/settings.py: Added dev_framework setting
- python/helpers/projects.py: Added dev_framework to project config
- python/helpers/skills.py: Framework-aware get_skill_roots()
- python/tools/skills_tool.py: Pass framework_id to skill helpers
- python/extensions/message_loop_prompts_after/_55_recall_skills.py:
  Framework context in skill recall
- python/extensions/system_prompt/_10_system_prompt.py: Framework prompt

Frontend:
- webui/components/settings/agent/framework.html: Framework selector
- webui/components/settings/frameworks/: Framework details modal + store
- webui/components/settings/skills/skills-settings.html: Skills tab

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:25:25 -05:00
TerminallyLazy
ad9e192ea3 feat: complete SKILL.md standard implementation - replace instruments
This commit completes the replacement of Agent Zero's legacy "instruments"
system with the open SKILL.md standard (originally developed by Anthropic).

- Remove INSTRUMENTS from Memory.Area enum, keep only SKILLS
- Update memory.py to load skills instead of instruments
- Update memory_consolidation.py docstrings

- Delete agent.system.instruments.md (deprecated)
- Update solving.md: "prefer skills" instead of "prefer instruments"
- Update tips.md: Skills section with SKILL.md standard reference
- Update tool.skills.md: Cross-platform compatibility note

- architecture.md: Full rewrite of Skills section with SKILL.md format
- installation.md: Update directory structure references
- extensibility.md: Update component terminology
- README.md: Update navigation links

- Update memory dashboard filter options (instruments → skills)
- Update area color mappings

- .gitignore: Update skill patterns (builtin instead of default)
- .dockerignore: Same patterns
- backup.py: Update backup include patterns

- Cross-platform: Works with Claude Code, Cursor, Goose, Codex CLI
- YAML frontmatter for structured metadata
- Semantic recall from vector memory
- Token efficient (not in system prompt)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 08:06:52 -05:00
Jan Tomášek
df25133933
Update installation.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-10 10:31:30 +01:00
deci
2400dd5882 #81 - .env vars applied to settings 2025-12-09 16:47:16 -06:00
Sean Robinson
06445a6363 Add GitHub Copilot provider and update installation docs
Include Copilot-specific authentication and limitations notes in docs.
2025-09-20 01:16:50 -04:00
frdel
8f311033f0 .md update 2025-08-18 09:24:36 +02:00
frdel
c177937f3b dev setup, guides, docs 2025-07-29 17:13:54 +02:00
frdel
2de45e6e63 video links update 2025-07-21 13:44:39 +02:00
frdel
dbe6b0fe7d repository namespaces update 2025-07-18 10:52:01 +02:00
frdel
7a4946e5b5 readme + docs update 2025-05-27 10:12:00 +02:00
Alessandro
c18ea298b2
main README.md and latest v0.8 docs (#268)
* main README.md and latest v0.8 docs

- summarization system
- main README rehaul
- Update README.md video
- Updated imgs

* main README.md and latest v0.8 docs

- summarization system
- main README rehaul
- Update README.md video
- Updated imgs
2024-12-19 20:49:47 +01:00
Alessandro
b2f49511ad
docs: update for v.0.8 (#262)
* docs: update for v.0.8

- fix: imgs in setup guide
- updated docs in knowledge dir
- new video in main readme

* Update installation.md with Ollama guide

To be improved asap

* ollama guide

* improving readme and stt/tts
2024-12-15 18:05:55 +01:00
Alessandro
8581e37eb2 FAQs FIX!
- Faqs were replaced by quickstart 🤔
- Fixed all broken links
2024-10-15 17:13:24 +02:00
Alessandro
31a3f6753f Added GFM flags for TIPS, WARNINGS, etc
Plus I'm confident about main README.md
2024-10-15 14:55:07 +02:00
Alessandro
0684f2dc37 Updated imgs for new UI 2024-10-15 13:52:05 +02:00
Alessandro
274982df92 Docs 1.1
- Added Tools in architecture page
- Typos, structure/section placement errors
- Consistency!
2024-10-15 13:01:30 +02:00
Alessandro
bc1974ca8b Clearer update instructions 2024-10-11 23:58:01 +02:00
Alessandro
02cdd706db fix broken links 2024-10-11 23:22:53 +02:00
Alessandro
840438c84d Documentation and updated README.md for v0.7
• First solid docs version (.md only)
• Your installation guide is fully incorporated in docs/installation.md
• Updated readme.md file for v0.7
• Changelog
2024-10-11 23:12:05 +02:00