Skip to content

autokitteh/samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Projects for AutoKitteh

Overview

Each of the project directories contains:

  • A README.md documentation file
  • An autokitteh.yaml manifest file
  • One or more program files (code and resources)

Some projects focus on the capabilities and API details of specific AutoKitteh integrations.

Other projects are more cross-functional and product-oriented, demonstrating the operation and value of the system as a whole.

Manifest Files

The autokitteh.yaml file is a declarative manifest that describes the configuration of a project:

  • Project name
  • AutoKitteh connection(s)
  • Triggers (asyncrhnous events from connections, with optional filtering, mapped to entry-point functions)

Source Code Files

All the programs are currently implemented in Starlark - a dialect of Python.

Stay tuned for implementations in Python, TypeScript, and other languages!

Projects

Capabilities and API details of specific AutoKitteh integrations:

Cross-functional and product-oriented, demonstrating the operation and value of the system as a whole: