Skip to content

Conversation

@ZackBradshaw
Copy link
Contributor

@ZackBradshaw ZackBradshaw commented Jan 14, 2026

Resolves #1293


πŸ“š Documentation preview πŸ“š: https://swarms--1302.org.readthedocs.build/en/1302/

…o activate relevant skills based on task relevance, enhancing agent responsiveness and capability.

# Ensure we have a set to track already-activated skills
if not hasattr(self, "_activated_skills"):
self._activated_skills = set()

Check failure

Code scanning / Pyre

Undefined attribute Error

Undefined attribute [16]: Agent has no attribute _activated_skills.
@kyegomez kyegomez closed this Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] Integrate Anthropic's Agent Skills (SKILL.md) prompting mechanism into agent.py

2 participants