mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 07:12:42 +02:00
plano orchestration using plano orchestration 4b model (#637)
This commit is contained in:
parent
60162e0575
commit
15fbb6c3af
40 changed files with 4054 additions and 449 deletions
|
|
@ -150,9 +150,12 @@ pub mod operation_component {
|
|||
/// Inbound request handling
|
||||
pub const INBOUND: &str = "plano(inbound)";
|
||||
|
||||
/// Routing decision phase
|
||||
/// Orchestrator for llm route selection
|
||||
pub const ROUTING: &str = "plano(routing)";
|
||||
|
||||
/// Orchestrator for agent selection
|
||||
pub const ORCHESTRATOR: &str = "plano(orchestrator)";
|
||||
|
||||
/// Handoff to upstream service
|
||||
pub const HANDOFF: &str = "plano(handoff)";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue