Skip to content

Latest commit

 

History

History
 
 

component_templates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Component Templates

These templates are good place to get started when building new components. See also the contribution user guide. They include basic implementations which can be modified along with extensive comments.

  • mydata is an example Data Type component implemented in typescript
  • myprompt is an example Prompt component implemented in typescript
  • myidentity is an example Resolver component implemented in typescript
  • mypythonidentity is an example Resolver component implemented in python