feat(node2): wire calendar-service and core automation tools in router

This commit is contained in:
Apple
2026-03-01 01:37:13 -08:00
parent 9a36020316
commit de234112f3
11 changed files with 2226 additions and 378 deletions

View File

@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Install dependencies
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN python -m playwright install --with-deps chromium
# Copy application
COPY . .
@@ -37,4 +38,3 @@ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]

View File

@@ -141,6 +141,11 @@ AGENT_SPECIALIZED_TOOLS = {
'cost_analyzer_tool',
'pieces_tool',
'notion_tool',
'calendar_tool',
'agent_email_tool',
'browser_tool',
'safe_code_executor_tool',
'secure_vault_tool',
],
# Admin - platform operations
@@ -154,6 +159,11 @@ AGENT_SPECIALIZED_TOOLS = {
'cost_analyzer_tool',
'pieces_tool',
'notion_tool',
'calendar_tool',
'agent_email_tool',
'browser_tool',
'safe_code_executor_tool',
'secure_vault_tool',
],
# Daarion - Media Generation

View File

@@ -11,6 +11,9 @@ pypdf>=5.1.0
python-pptx>=0.6.23
odfpy>=1.4.1
pyarrow>=18.0.0
cryptography>=41.0.0
aiofiles>=23.2.1
playwright>=1.40.0
# Memory Retrieval v3.0
asyncpg>=0.29.0

File diff suppressed because it is too large Load Diff