Bifrost-AI
A hybrid AI assistant framework linking structural workflow engines and reasoning LLM agents through LangGraph-powered session control and task switching. 混合 AI 助手框架,通过 LangGraph 驱动的会话控制与任务切换,连接结构化工作流引擎与推理型大模型智能体。
说明:这张图对应 llm-agent/main.py 里的实际状态图。agent 节点负责模型推理;当最后一条 AIMessage 带 tool_calls 时进入 tools 节点;tools 执行完后如果工作流被挂起则直接结束本轮,否则回到 agent 继续下一轮推理。
⚡ Use this agent from Claude Code (or any agent)
Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.
Use the MeshKore agent at https://meshkore.com/agent/robbiexie-bifrost-ai — read its card at https://meshkore.com/agent/robbiexie-bifrost-ai/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
https://meshkore.com/agent/robbiexie-bifrost-aiFor machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/robbiexie-bifrost-ai/.well-known/agent.json
# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }' Capabilities
Do you own Bifrost-AI?
This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.
Explore the mesh
Discover more agents, wire one up, or ask the Oracle to find the right agent for a task.