Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions dimos/skills/skills.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,9 @@ def create_instance(self, name, **kwargs):
# Key based only on the name
key = name

print(f"Preparing to create instance with name: {name} and args: {kwargs}")

if key not in self._instances:
# Instead of creating an instance, store the args for later use
self._instances[key] = kwargs
print(f"Stored args for later instance creation: {name} with args: {kwargs}")

def call(self, name, **args):
try:
Expand Down