for information about LangSmith. For any questions about LangSmith, you must use this tool!" embedder_name: nv-embedqa-e5-v5 chunk_size: 512 current_datetime: _type: current_datetime llms: nim_llm: _type: nim model_name: meta/llama-3.1-70b-instruct temperature: 0.0 embedders: nv-embedqa-e5-v5: _type: nim model_name: nvidia/nv-embedqa-e5-v5 workflow: _type: react_agent tool_names: [webpage_query, current_datetime] llm_name: nim_llm verbose: true parse_agent_response_max_retries: 3
を定義する i. ツール、sub-Agent など b. この挙動は Python によって自作することができる 2. llm a. AI Agent が利用する llm model のプロバイダと model を指定する b. nim や litellm などを指定することができる c. プロバイダは追加することができる
current_datetime llms: llm: _type: litellm model_name: vertex_ai/gemini-2.5-pro workflow: _type: adk name: adk_demo llm: llm tool_names: [current_datetime] description: instruction: You are a helpful agent who can answer user questions.
[current_datetime] description: Test agent instruction: You are a helpful agent who can answer user questions. 注意 UI の方で AI Agent がどういう動きをしたのかのトレースが見えにくい 補足 Gemini 3 Pro を使う