frontend/packages/workflow/sdk/README.md
workflow对外sdk
This package is part of the Coze Studio monorepo and provides architecture functionality. It includes component, editor.
Add this package to your package.json:
{
"dependencies": {
"@coze-workflow/sdk": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@coze-workflow/sdk';
// Example usage
// TODO: Add specific usage examples
schemaExtractor, nodeResultExtractorExpressionEditorEvent, ExpressionEditorToken, ExpressionEditorSegmentType, ExpressionEditorSignal, ExpressionEditorLeaf, ExpressionEditorSuggestion, ExpressionEditorCounter, ExpressionEditorRender, ExpressionEditorModel, ExpressionEditorParser, ExpressionEditorTreeHelper, ExpressionEditorValidator, useListeners, useSelectNode, useKeyboardSelect, useRenderEffect, useSuggestionReducer,For detailed API documentation, please refer to the TypeScript definitions.
This package is built with:
This package is part of the Coze Studio monorepo. Please follow the monorepo contribution guidelines.
Apache-2.0