콘텐츠로 건너뛰기

#agents

3 approved public terms with this tag.

Tool Calling

/tuːl ˈkɔːlɪŋ/noun
AI & Technology

기계 지원 번역 초안 (Korean) for "Tool Calling": A capability that allows language models to invoke external functions, APIs, or services during generation. The model decides when to call a tool, formats the call arguments as JSON, receives the result, and incorporates it into its response — enabling real-world action beyond text generation.

예문 초안: The agent used tool calling to check the current weather before generating its travel recommendations.

Multi-Agent

/ˈmʌlti ˈeɪdʒənt/adjective
AI & Technology

기계 지원 번역 초안 (Korean) for "Multi-Agent": Describing a system architecture where multiple AI agents collaborate, delegate, or compete to accomplish a shared goal. Multi-agent systems can parallelize work, specialize roles, and check each other's outputs, enabling tasks too complex for a single agent context window.

예문 초안: The multi-agent pipeline had a planner agent, a coder agent, and a reviewer agent working in sequence.

Orchestration

/ˌɔːrkɪˈstreɪʃən/noun
AI & Technology

기계 지원 번역 초안 (Korean) for "Orchestration": The coordination and sequencing of multiple AI agents, services, or steps in an automated workflow. An orchestrator determines which tools to invoke, in what order, and how to pass outputs between steps to complete a complex task end-to-end.

예문 초안: The orchestration layer decided to call the search tool before invoking the summarization agent.