Skip to content

feat: add tools for agent skills#206

Open
kyteinsky wants to merge 2 commits into
mainfrom
feat/skills
Open

feat: add tools for agent skills#206
kyteinsky wants to merge 2 commits into
mainfrom
feat/skills

Conversation

@kyteinsky

@kyteinsky kyteinsky commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

required: nextcloud/assistant#594
resolves: #170

In the admin's filesystem:

image image image image

After adding the global skills from alice's filesystem:

image image image image

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: kyteinsky <kyteinsky@gmail.com>
Assisted-by: Github Copilot: claude-opus-4-7
Signed-off-by: kyteinsky <kyteinsky@gmail.com>
Assisted-by: Github Copilot: claude-opus-4-6
Assisted-by: Github Copilot: qwen-35b-3-6
Comment thread ex_app/lib/tools.py
# tool files during development requires a process restart, which is fine.
qualified = f'ex_app.lib.all_tools.{module_name}'
module = importlib.import_module(qualified)
spec = module.__spec__

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for skills

2 participants