diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f97588b2..ce7c748d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -94,6 +94,7 @@ repos: rev: v2.2.0 hooks: - id: doctoc + args: [--notitle] - repo: local hooks: - id: alembic-check diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index ff12ebf6..48148192 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,6 +1,5 @@ -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Code of Conduct - Skyvern](#code-of-conduct---skyvern) - [Our Pledge](#our-pledge) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84cfd81d..0d0714cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,5 @@ -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Contributing to Skyvern](#contributing-to-skyvern) - [Table of Contents](#table-of-contents) diff --git a/SECURITY.md b/SECURITY.md index 23441a83..234bbbaa 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,5 @@ -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Security Policy](#security-policy) - [Supported Versions](#supported-versions) diff --git a/alembic/README.md b/alembic/README.md index 3d3873d8..df9f160f 100644 --- a/alembic/README.md +++ b/alembic/README.md @@ -1,6 +1,5 @@ -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Creating a new revision](#creating-a-new-revision) - [Running migrations](#running-migrations) diff --git a/integrations/langchain/README.md b/integrations/langchain/README.md index 6570f7c8..120f5e75 100644 --- a/integrations/langchain/README.md +++ b/integrations/langchain/README.md @@ -1,6 +1,5 @@ -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Skyvern Langchain](#skyvern-langchain) - [Installation](#installation) diff --git a/integrations/llama_index/README.md b/integrations/llama_index/README.md index 0b09a3ae..0ae6756a 100644 --- a/integrations/llama_index/README.md +++ b/integrations/llama_index/README.md @@ -1,6 +1,5 @@ -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Skyvern LlamaIndex](#skyvern-llamaindex) - [Installation](#installation) diff --git a/integrations/n8n/CODE_OF_CONDUCT.md b/integrations/n8n/CODE_OF_CONDUCT.md index ef0a7856..be11a349 100644 --- a/integrations/n8n/CODE_OF_CONDUCT.md +++ b/integrations/n8n/CODE_OF_CONDUCT.md @@ -1,6 +1,5 @@ -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Contributor Covenant Code of Conduct](#contributor-covenant-code-of-conduct) - [Our Pledge](#our-pledge) diff --git a/integrations/n8n/README.md b/integrations/n8n/README.md index d15c2c24..6b3a1933 100644 --- a/integrations/n8n/README.md +++ b/integrations/n8n/README.md @@ -1,6 +1,5 @@ -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [n8n-nodes-skyvern](#n8n-nodes-skyvern) - [Installation](#installation) @@ -43,3 +42,4 @@ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes * [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/) * [Skyvern documentation](https://docs.skyvern.com/introduction) +* [n8n integration code](https://github.com/Skyvern-AI/skyvern/tree/main/integrations/n8n) diff --git a/skyvern/forge/agent.py b/skyvern/forge/agent.py index 9d849acd..81df94c3 100644 --- a/skyvern/forge/agent.py +++ b/skyvern/forge/agent.py @@ -1940,10 +1940,11 @@ class ForgeAgent: ) return action_result.data - LOG.warning( - "Failed to find extracted information for task", - task_id=task.task_id, - ) + if task.data_extraction_goal: + LOG.warning( + "Failed to find extracted information for task", + task_id=task.task_id, + ) return None async def get_failure_reason_for_task(self, task: Task) -> str | None: diff --git a/skyvern/webeye/README.md b/skyvern/webeye/README.md index 25124803..0765e983 100644 --- a/skyvern/webeye/README.md +++ b/skyvern/webeye/README.md @@ -1,6 +1,5 @@ -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [WebHuman Automation Tool](#webhuman-automation-tool) - [Getting Started](#getting-started)