Small decisions. Interesting possibilities.Submit contentSubmit
AgentConnect preview

AgentConnect

A collaborative workspace that routes team conversations and review work to AI agents.

Added to Jevfast

How it uses Jev

AgentConnect can evaluate an administrator-defined typed decision on a channel message. The daemon sends the question and conversation state to Jev, normalizes Noul, Choice, or Score answers, and the control plane matches the answer against a configured trigger condition.

What Jev decides

Message decision preview fixtureExample answers · not a recorded Jev response · Source ↗
Question 1 · decision
YOUR APP
INSTRUCTION

Which topic does this message concern? The test fixture defines the question as Topic?.

STATE

Synthetic currentMessage, prior history, conversation name, addressing target and partial-context metadata from the pinned preview test. Actual channel messages have the same shape.

JEV · CHOICE
  1. billing
  2. tech

App workflow

  1. Receive a message

    Build decision state from the current message, history, conversation and addressed agent.

  2. Ask Jev

    The daemon posts one configured typed decision question to System One and normalizes the returned answer.

  3. Match the gate

    The control plane compares the answer with the configured condition to trigger, skip or mark the gate unavailable.

Why it is interesting

A chat or code-host message can become a bounded decision gate for which agent to invoke; an unavailable or malformed Jev answer stays unavailable rather than silently becoming a skip.