Following the UNIX philosophy - build upon a collection of minimal, composable tools that scales with LLM's capabilities.
Define your AI workflow in a declarative way in YAML.
name: create_tests
model: gpt-4.1
tools:
- Kami::Tools::Grep
- Kami::Tools::EditFile
steps:
- git_diff: $(git diff)
- Generate a list of tests to write based on the changes.
- run_linter: $(rubocop)
For non-technical members to customize and test prompts.