llama_ros: llama.cpp for ROS 2
Loading...
Searching...
No Matches
llama_demos.chatllama_langgraph_demo_node.ChatLlamaLanggraphDemoNode Class Reference
Inheritance diagram for llama_demos.chatllama_langgraph_demo_node.ChatLlamaLanggraphDemoNode:
Collaboration diagram for llama_demos.chatllama_langgraph_demo_node.ChatLlamaLanggraphDemoNode:

Public Member Functions

None __init__ (self)
 
None send_prompt (self)
 

Public Attributes

 chat = ChatLlamaROS(temp=0.0, template_method="jinja")
 
 agent_executor
 

Constructor & Destructor Documentation

◆ __init__()

None llama_demos.chatllama_langgraph_demo_node.ChatLlamaLanggraphDemoNode.__init__ ( self)

Member Function Documentation

◆ send_prompt()

None llama_demos.chatllama_langgraph_demo_node.ChatLlamaLanggraphDemoNode.send_prompt ( self)

Member Data Documentation

◆ agent_executor

llama_demos.chatllama_langgraph_demo_node.ChatLlamaLanggraphDemoNode.agent_executor
Initial value:
= create_react_agent(
self.chat, [get_inhabitants, get_curr_temperature]
)

◆ chat

llama_demos.chatllama_langgraph_demo_node.ChatLlamaLanggraphDemoNode.chat = ChatLlamaROS(temp=0.0, template_method="jinja")

The documentation for this class was generated from the following file: