Enum Session Archetype

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

1pub enum SessionArchetype {
2 FastAnswer,
3 ToolHeavyLoop,
4 LongRunningWorkflow,
5 MultiTurnTroubleshooting,
6}

Coarse behavioral archetype inferred from observed runs.

Variants

FastAnswer

FastAnswer

Short sessions dominated by direct answers.

ToolHeavyLoop

ToolHeavyLoop

Sessions that repeatedly call tools in loops or fan-outs.

LongRunningWorkflow

LongRunningWorkflow

Longer workflows with extended execution lifetime.

MultiTurnTroubleshooting

MultiTurnTroubleshooting

Multi-turn diagnostic or debugging sessions.

Trait Implementations

impl Clone for SessionArchetype

impl Clone for SessionArchetype

clone

fn clone(&self) -> SessionArchetype

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for SessionArchetype

impl Debug for SessionArchetype

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl<'de> Deserialize<'de> for SessionArchetype

impl<'de> Deserialize<'de> for SessionArchetype

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl Hash for SessionArchetype

impl Hash for SessionArchetype

hash

fn hash<__H: Hasher>(&self, state: &mut __H)

hash_slice

fn hash_slice<H>(data: &[Self], state: &mut H)where
    H: Hasher,
    Self: Sized,

impl PartialEq for SessionArchetype

impl PartialEq for SessionArchetype

eq

fn eq(&self, other: &SessionArchetype) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for SessionArchetype

impl Serialize for SessionArchetype

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl Copy for SessionArchetype

impl Copy for SessionArchetype

impl Eq for SessionArchetype

impl Eq for SessionArchetype

impl StructuralPartialEq for SessionArchetype

impl StructuralPartialEq for SessionArchetype