Skip to content

Evaluation Semantic Router integration into Kaiden #1946

Description

@jeffmaury

Task content

Look for possible implementation solution for Semantic Router

  • architecture
  • configuration

The configuration file would contain:

  • name (mandatory) string
  • description (optional) string
  • listeners: array of:
    • address (defaults to 0.0.0.0)
    • port (defaults to -1)
    • timeout (no default): integer
  • routing
    • keywords array of:
      • name: string
      • operator: OR or AND
      • keywords: array of string
      • case_sensitive: boolean
  • decisions: array of
    • name: string
    • description (optional) string
    • priority: integer
    • rules: array of
      • operator: AND or OR
      • conditions array of:
        • type: keyword
        • name: string
      • modelRefs array of
        • providerId: string
        • connectionId: string
        • label: string
        • use_reasoning: boolean

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Fields

No fields configured for Task.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions