ワンクリックで
agently-langchain-langgraph-translation
Translate LangChain/LangGraph patterns into Agently code (model control + TriggerFlow).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Translate LangChain/LangGraph patterns into Agently code (model control + TriggerFlow).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build complex agent and intelligent system services with Agently (Model control + TriggerFlow).
Agent setup, prompt layering, routing, and info injection patterns.
FastAPI service wrappers for Agently Agent + TriggerFlow (POST, SSE, WebSocket).
Structured output patterns with ensure_keys, ordering, and instant streaming.
Streaming outputs, runtime streams, and ReAct-style tool loops.
Event-driven TriggerFlow orchestration patterns and branching.
| name | agently-langchain-langgraph-translation |
| description | Translate LangChain/LangGraph patterns into Agently code (model control + TriggerFlow). |
Use this skill to translate LangChain/LangGraph code into Agently patterns for production services.
agent.set_agent_prompt / agent.set_request_prompt with mappingsagent.input(...).output(...).start()get_data() / ensure_keys@agent.tool_func + agent.use_tool(...)when()/to()/if_condition()/match()get_generator / get_async_generator or runtime_stream@agent.tool_func and call via use_tool or ReAct loop.references/overview.mdexamples/langchain_to_agently_map.pyexamples/langgraph_to_agently_triggerflow.pySee examples/run.sh for runnable commands.