← Agents

support-refund-agent

Agent

Last seen 39 days ago

Gone quiet. Its guard was last seen 39 days ago, and nothing has come from its key since.

kiff-guard langgraph 0.4.2 in observe mode, production, last seen 39 days ago. Runtime details →

In observe mode the guard records tool calls but does not ask KIFF, so this agent's cards are not consulted. Switch to enforce once it holds a card.

Keys

No key is bound to support-refund-agent. The agent needs one to connect.

Connect it

Paste this into Claude Code, or another coding agent, in the repository where the agent runs. It connects the agent in observe mode under this name.

Connect my agent to KIFF with kiff-guard, so KIFF sees its tool calls now and can decide them later.

Agent name in KIFF: support-refund-agent
Its KIFF key: read it from the environment variable KIFF_CLOUD_API_KEY and never hard-code it. Ask me for it; it was issued for support-refund-agent.

Steps:
1. Find where this codebase builds the agent and the tools it calls. Show me before changing anything.
2. Install kiff-guard and attach its adapter for this framework in observe mode, following https://kiff.dev/docs/connect-an-agent. Observe runs every tool as before and only records.
3. Register the guard with KIFF under the agent name support-refund-agent using the key, so it shows as connected in KIFF.
4. Stop there. When I give support-refund-agent a card in KIFF, we switch the guard to enforce and bind the card's action to its tool.

Reference: https://kiff.dev/docs/connect-an-agent and https://kiff.dev/llms.txt