diff --git a/apps/mobile/.gitignore b/apps/mobile/.gitignore new file mode 100644 index 00000000..5873d9ab --- /dev/null +++ b/apps/mobile/.gitignore @@ -0,0 +1,6 @@ + +# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb +# The following patterns were generated by expo-cli + +expo-env.d.ts +# @end expo-cli \ No newline at end of file diff --git a/backend/agentpress/xml_tool_parser.py b/backend/agentpress/xml_tool_parser.py index a5619d6d..b24b2979 100644 --- a/backend/agentpress/xml_tool_parser.py +++ b/backend/agentpress/xml_tool_parser.py @@ -164,8 +164,7 @@ class XMLToolParser: # Return as string return value - - + def format_tool_call(self, function_name: str, parameters: Dict[str, Any]) -> str: """ Format a tool call in the XML format. diff --git a/backend/api.py b/backend/api.py index e7d5acee..42652d9f 100644 --- a/backend/api.py +++ b/backend/api.py @@ -179,10 +179,6 @@ api_router.include_router(triggers_api.router) from pipedream import api as pipedream_api api_router.include_router(pipedream_api.router) -# MFA functionality moved to frontend - - - from admin import api as admin_api api_router.include_router(admin_api.router) diff --git a/backend/utils/suna_default_agent_service.py b/backend/utils/suna_default_agent_service.py index 20ae3f7d..105290dc 100644 --- a/backend/utils/suna_default_agent_service.py +++ b/backend/utils/suna_default_agent_service.py @@ -216,17 +216,3 @@ class SunaDefaultAgentService: logger.error(f"Failed to delete agent {agent_id}: {e}") raise - # Legacy methods for backward compatibility - async def sync_all_suna_agents(self) -> Dict[str, Any]: - """Legacy method - no longer needed as config is always current.""" - logger.warning("sync_all_suna_agents is deprecated - Suna config is always current") - return { - "updated_count": 0, - "failed_count": 0, - "details": ["Sync not needed - Suna agents always use current config"] - } - - async def update_all_suna_agents(self, target_version: Optional[str] = None) -> Dict[str, Any]: - """Legacy method - no longer needed as config is always current.""" - logger.warning("update_all_suna_agents is deprecated - Suna config is always current") - return await self.sync_all_suna_agents() \ No newline at end of file diff --git a/frontend/src/app/metadata.ts b/frontend/src/app/metadata.ts index 7c1ab1fd..52f3ab35 100644 --- a/frontend/src/app/metadata.ts +++ b/frontend/src/app/metadata.ts @@ -19,12 +19,21 @@ export const metadata: Metadata = { title: siteConfig.name, description: siteConfig.description, siteName: siteConfig.name, + images: [ + { + url: '/banner.png', + width: 1200, + height: 630, + alt: siteConfig.name, + }, + ], }, twitter: { card: 'summary_large_image', title: siteConfig.name, description: siteConfig.description, creator: '@kortixai', + images: ['/banner.png'], }, robots: { index: true, diff --git a/frontend/src/app/opengraph-image.tsx b/frontend/src/app/opengraph-image.tsx index 47d761c0..8d0e609b 100644 --- a/frontend/src/app/opengraph-image.tsx +++ b/frontend/src/app/opengraph-image.tsx @@ -31,7 +31,7 @@ export default async function Image() { }} >