mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 10:41:04 +00:00
Update N8N Readme with link to repo, disable doctoc metadata (#2330)
This commit is contained in:
parent
9eb4b46bdc
commit
0184a0e705
11 changed files with 7 additions and 13 deletions
|
@ -94,6 +94,7 @@ repos:
|
|||
rev: v2.2.0
|
||||
hooks:
|
||||
- id: doctoc
|
||||
args: [--notitle]
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: alembic-check
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [Code of Conduct - Skyvern](#code-of-conduct---skyvern)
|
||||
- [Our Pledge](#our-pledge)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [Contributing to Skyvern](#contributing-to-skyvern)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [Security Policy](#security-policy)
|
||||
- [Supported Versions](#supported-versions)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [Creating a new revision](#creating-a-new-revision)
|
||||
- [Running migrations](#running-migrations)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [Skyvern Langchain](#skyvern-langchain)
|
||||
- [Installation](#installation)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [Skyvern LlamaIndex](#skyvern-llamaindex)
|
||||
- [Installation](#installation)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**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)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**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)
|
||||
|
|
|
@ -1940,6 +1940,7 @@ class ForgeAgent:
|
|||
)
|
||||
return action_result.data
|
||||
|
||||
if task.data_extraction_goal:
|
||||
LOG.warning(
|
||||
"Failed to find extracted information for task",
|
||||
task_id=task.task_id,
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
||||
|
||||
- [WebHuman Automation Tool](#webhuman-automation-tool)
|
||||
- [Getting Started](#getting-started)
|
||||
|
|
Loading…
Add table
Reference in a new issue