Commit graph

26 commits

Author SHA1 Message Date
Alessandro
954eca3563 add a0-setup-cli Skill and restore lexical trigger matching
Add a builtin `a0-setup-cli` skill for guiding host-side A0 connector setup,
and restore the lightweight trigger-word based skill matching flow, which many users asked for.

- add builtin `skills/a0-setup-cli/` with installer-first host setup guidance,
  container guardrails, fallback install paths, and example responses
- fix `helpers.skills_cli` so builtin skills under `/skills` are discoverable,
  searchable, and validatable
- restore trigger-pattern scoring in runtime `search_skills()`
- re-enable `skills_tool:search` in the current tool flow
- add lightweight lexical relevant-skill recall for the current user message
  without reintroducing memory/vector-db skill recall
- update skill prompts to steer the agent toward search/load when requests
  match skill trigger phrases
2026-04-11 18:03:05 +02:00
Alessandro
97591b6908 docs: align install and update flow 2026-03-31 16:36:27 +02:00
frdel
84798abf90 Replace static release notes files with dynamic OpenRouter-based generation in Docker publish workflow
Some checks are pending
Build And Publish Docker Images / plan (push) Waiting to run
Build And Publish Docker Images / build (push) Blocked by required conditions
- Remove RELEASE_NOTES_DIR env var and docs/release_notes/ directory with v1.0 and v1.1 markdown files
- Add OPENROUTER_API_KEY and OPENROUTER_MODEL to workflow environment variables
- Add OPENROUTER_CHAT_COMPLETIONS_URL constant and OPENROUTER_SYSTEM_PROMPT_PATH pointing to scripts/openrouter_release_notes_system_prompt.md
- Add require_env, load_text, github_repository_parts, github_api_get helpers
2026-03-26 20:02:00 +01:00
frdel
1d6d549765 Update documentation with release notes workflow and Docker publish automation details
- Add release notes section to AGENTS.md with workflow overview and writing guidelines
- Document Docker publish automation in Git Workflow section
- Add release_notes/ directory reference to key files list
- Update README.md with release notes documentation link and changelog note
- Add release notes entry to docs/README.md navigation
- Document automated Docker Hub publishing in dev-setup.md
- Update AGENTS
2026-03-25 15:19:08 +01:00
Alessandro
2dc6bd54f2 plugins: rename marketplace to plugin hub 2026-03-16 17:54:54 +01:00
Alessandro
7b1f3fbbac rename init to execute.py; update docs + create plugin skill 2026-03-16 04:04:37 +01:00
Alessandro
8639069104 update docs, skill and enhance activation model
- Updated documentation to reflect the new plugin structure and activation rules.
- Refactored activation rules related code in the API and frontend to accommodate the new plugin settings and activation logic.
- Added support for clearing per-scope overrides when toggling plugins.
2026-02-24 15:23:14 +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
Alessandro
8adf165404 docs stack update part i 2026-02-10 17:38:02 +01:00
Alessandro
55bf0e4ed9 update docs for v0.9.8
Update docs for Docker-first quickstart and MCP client config + skills
2026-02-10 17:38:01 +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
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
frdel
94f595eb2b connectivity and other docs 2025-08-07 15:39:05 +02:00
frdel
c177937f3b dev setup, guides, docs 2025-07-29 17:13:54 +02:00
frdel
dbe6b0fe7d repository namespaces update 2025-07-18 10:52:01 +02:00
Rafael Uzarowski
69c268fe72
feat: Backup and Restore first version 2025-06-20 15:09:48 +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
ffff019715 Update README.md 2024-10-15 16:15:56 +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
57abc9b813 Usage updates
- Added guide for running code_exec_tool thru SSH (freaky but very requested)
- Elaborating more on hosting, VPN, cloud services
2024-10-12 01:00:29 +02:00
Alessandro
6c3ad58923 Download CTA in index 2024-10-12 00:09:51 +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