@zhanghongping/json-sage-workflow-cli
Version:
An intelligent JSON processing workflow system with improved error handling and configuration
39 lines (28 loc) β’ 796 B
Markdown
# JsonSageAI
An AI-powered framework for generating JSON schemas, field descriptions, and example values.
## Features
- π€ AI-powered schema generation
- π Intelligent field descriptions
- π― Smart example value generation
- π Workflow coordination
- π¨ Beautiful documentation
## Quick Start
```bash
npm install json-sage-ai-agent
```
```typescript
import { JsonSageAI } from 'json-sage-ai-agent';
const agent = new JsonSageAI({
deepseekApiKey: 'your-api-key'
});
const result = await agent.generateSchema({
jsonData: {
user: {
name: "εΌ δΈ",
age: 25
}
}
});
```
## Documentation
Check out our [documentation](https://hongping1963-source.github.io/json-sage-workflow/) for detailed guides and API reference.