📦 deps(thirdparty): update snapshots
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "agentic-bundle-agent-architect",
|
||||
"version": "14.0.0",
|
||||
"version": "14.1.0",
|
||||
"description": "Editorial \"Agent Architect\" bundle for Claude Code from Agentic Awesome Skills.",
|
||||
"author": {
|
||||
"name": "sickn33 and contributors",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "aasb-agent-architect",
|
||||
"version": "14.0.0",
|
||||
"version": "14.1.0",
|
||||
"description": "Install the \"Agent Architect\" editorial skill bundle from Agentic Awesome Skills.",
|
||||
"author": {
|
||||
"name": "sickn33 and contributors",
|
||||
|
||||
+1
-1
@@ -112,7 +112,7 @@ def search(query: str) -> str:
|
||||
@tool
|
||||
def calculator(expression: str) -> str:
|
||||
"""Evaluate a math expression."""
|
||||
return str(eval(expression))
|
||||
return str(safe_math_evaluator(expression))
|
||||
|
||||
tools = [search, calculator]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user