Files
langflow/docs
TensorNull 7dd37d49db feat: Add CometAPI integration with new components and documentation. (#9735)
* feat: Add CometAPI integration with new components and documentation.

- Updated sidebars to include CometAPI bundle.
- Enhanced compatibility modules to support CometAPI constants.
- Implemented lazy loading for CometAPI icons in the frontend.
- Added CometAPI to the list of sidebar bundles in styleUtils.
- Introduced CometAPI documentation page detailing usage and parameters.
- Created CometAPI icon components for consistent UI representation.
- Defined CometAPI model constants for available models.
- Developed CometAPI component for language model integration with input handling.
- Implemented model fetching logic from CometAPI API.

* fix: Update CometAPI component with improved error handling and dynamic imports

* Update docs/sidebars.js

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Update docs/docs/Components/bundles-cometapi.mdx

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Update docs/docs/Components/bundles-cometapi.mdx

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Update docs/docs/Components/bundles-cometapi.mdx

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Update docs/docs/Components/bundles-cometapi.mdx

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Update docs/docs/Components/bundles-cometapi.mdx

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Update docs/docs/Components/bundles-cometapi.mdx

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* add tests to cometAPI

* [autofix.ci] apply automated fixes

* Add new Claude model constant

* fixtest_component_input_types

* build component index

* test_lambda_filter

* fix merge conflicts test_lambda_filter

* build_component_index

* [autofix.ci] apply automated fixes

* fix ruff errors

* update component index

* build component index

* build_component_index

* build component index

* build: Update component index for CometAPI integration

* fix: playwright tests

* chore: Update starter projects with latest component versions

* chore: no code changes (empty change set)

No modifications to source files were detected in this change set.
This is a no-op commit used to record a checkpoint; no behavior,
dependencies, or tests were altered.

Files changed: 0

* fix tests for components

* build component index

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: Himavarsha <40851462+HimavarshaVS@users.noreply.github.com>
Co-authored-by: himavarshagoutham <himavarshajan17@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jordan Frazier <122494242+jordanrfrazier@users.noreply.github.com>
2025-10-16 20:20:35 +00:00
..
2025-10-16 15:06:47 +00:00
2025-10-16 15:06:47 +00:00
2025-09-02 17:45:53 +00:00
2025-02-06 17:44:46 +00:00
2025-10-16 15:06:47 +00:00
2025-02-06 17:44:46 +00:00
2025-10-16 15:06:47 +00:00

Website

This website is built using Docusaurus 3, a modern static website generator.

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service, including yarn serve.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.