frontend/packages/arch/slardar-adapter/README.md
provide report adapter
This package is part of the Coze Studio monorepo and provides architecture functionality. It includes plugin.
Add this package to your package.json:
{
"dependencies": {
"@coze-studio/slardar-adapter": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@coze-studio/slardar-adapter';
// Example usage
// TODO: Add specific usage examples
const jsErrorPlugin = () => ();const customPlugin = () => ();const createMinimalBrowserClient: () => any = () => slardarInstance;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