Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions kora_cli/reasoning/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Kora's reasoning surface — KR-FEAT-AI-RESPONSE-LOOP.

The reasoning layer takes an inbound message (Slack DM today; email
+ MCP-driven later) + thread context + Kora's operational state +
the cost-ladder rung, calls an LLM, and returns a response. Handler
modules compose ``ReasoningEngine.respond(...)``; the engine wraps
the SDK call + cost-ladder-aware model selection + audit.
"""
Loading