{"id":21457861,"url":"https://github.com/zef-dev/convoworks-intent-model-editor","last_synced_at":"2025-10-13T12:11:04.939Z","repository":{"id":49781229,"uuid":"321316657","full_name":"zef-dev/convoworks-intent-model-editor","owner":"zef-dev","description":"Intent and entity editors for the Convoworks framework","archived":false,"fork":false,"pushed_at":"2022-12-06T20:13:13.000Z","size":46120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-28T21:51:52.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zef-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-14T10:45:16.000Z","updated_at":"2024-01-12T18:16:55.000Z","dependencies_parsed_at":"2023-01-23T15:01:30.980Z","dependency_job_id":null,"html_url":"https://github.com/zef-dev/convoworks-intent-model-editor","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zef-dev/convoworks-intent-model-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-intent-model-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-intent-model-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-intent-model-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-intent-model-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zef-dev","download_url":"https://codeload.github.com/zef-dev/convoworks-intent-model-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zef-dev%2Fconvoworks-intent-model-editor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268639756,"owners_count":24282669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T06:15:42.200Z","updated_at":"2025-10-13T12:10:59.894Z","avatar_url":"https://github.com/zef-dev.png","language":"JavaScript","readme":"# Convoworks Intent Model Editor\n\n\u003e Intent and entity editors for the Convoworks framework\n\n[![NPM](https://img.shields.io/npm/v/@zef-dev/convoworks-intent-model-editor.svg)](https://www.npmjs.com/package/@zef-dev/convoworks-intent-model-editor) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n## Install\n\n### npm\n\n```bash\nnpm install --save @zef-dev/convoworks-intent-model-editor\n```\n\n### yarn\n\n```bash\nyarn add @zef-dev/convoworks-intent-model-editor\n```\n\n## Usage\n\n#### React example\n\n```jsx\nimport React, { Component } from 'react'\nimport {\n  IntentEditor,\n  EntityEditor\n} from '@zef-dev/convoworks-intent-model-editor'\nimport '@zef-dev/convoworks-intent-model-editor/dist/index.css'\n\nclass IntentExample extends Component {\n  render() {\n    return (\n      \u003cIntentEditor\n        intent={{}} // object\n        entities={[]} // array\n        systemEntities={[]} // array\n        onUpdate={fn} // function\n      /\u003e\n    )\n  }\n}\n\nclass EntityExample extends Component {\n  render() {\n    return (\n      \u003cEntityEditor\n        entity={{}} // object\n        onUpdate={fn} // function \n      /\u003e\n    )\n  }\n}\n```\n\n## License\n\nMIT © [zef-dev](https://github.com/zef-dev)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzef-dev%2Fconvoworks-intent-model-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzef-dev%2Fconvoworks-intent-model-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzef-dev%2Fconvoworks-intent-model-editor/lists"}