This commit is contained in:
tcmofashi
2026-04-03 23:18:30 +08:00
parent 185361f2c3
commit 7b9e1cf925
40 changed files with 52 additions and 86 deletions

View File

@@ -195,7 +195,6 @@ class TestToolDecoratorMemorixBug:
This is an integration-style test to ensure the decorated tool
has all required attributes for Agent usage.
"""
from agentlite import Agent, OpenAIProvider
@tool()
async def add_memory(content: str, importance: float = 0.5) -> dict: