Flowise/packages/api-documentation
Henry Heng 543800562e
Chore/API for AgentflowV2 (#4696)
* Enhancement: Introduce prepended chat history handling in Agent and LLM nodes.

- Added support for `prependedChatHistory` in both `Agent` and `LLM` classes to allow for initial message context.
- Implemented validation for history schema in execution flow to ensure proper format.
- Refactored utility functions to include JSON sanitization and validation methods for improved data handling.

* update prediction swagger
2025-06-22 13:16:35 +01:00
..
src Chore/API for AgentflowV2 (#4696) 2025-06-22 13:16:35 +01:00
README-ZH.md Feature/Update API Docs README (#3078) 2024-08-25 14:53:59 +01:00
README.md Feature/Update API Docs README (#3078) 2024-08-25 14:53:59 +01:00
nodemon.json Feature: interactive swagger-ui auto-generated API docs from express (#1812) 2024-08-25 13:22:07 +01:00
package.json Chore/update pnpm run dev (#4154) 2025-03-10 15:33:06 +00:00
tsconfig.json Feature: interactive swagger-ui auto-generated API docs from express (#1812) 2024-08-25 13:22:07 +01:00

README.md

Flowise API Docs

English | 中文

A list of Flowise public APIs, allowing users to programmatically execute many of the same tasks as the same in the GUI.

To run this standalone:

  1. Spin up Flowise server:
    cd Flowise
    pnpm start
    
  2. Start API Docs server:
    cd packages/api-documentation
    pnpm start
    

To run in dev mode:

cd Flowise
pnpm dev

Docs will be served on: http://localhost:6655/api-docs

License

Source code in this repository is made available under the Apache License Version 2.0.