hana_ai.agents ============== hana.ai agents is a set of agents that can be used to perform various tasks like dataframe operations, SQL operations, chatbot agent, etc. .. automodule:: hana_ai.agents :no-members: :no-inherited-members: .. _hana_dataframe_agent-label: hana_dataframe_agent -------------------- .. autosummary:: :toctree: agents/ :template: function.rst hana_dataframe_agent.create_hana_dataframe_agent .. _hana_sql_agent-label: hana_sql_agent -------------- .. autosummary:: :toctree: agents/ :template: function.rst hana_sql_agent.create_hana_sql_agent .. _hanaml_agent_with_memory-label: hanaml_agent_with_memory ------------------------ .. autosummary:: :toctree: agents/ :template: class.rst hanaml_agent_with_memory.HANAMLAgentWithMemory .. _hanaml_rag_agent-label: hanaml_rag_agent ---------------- .. autosummary:: :toctree: agents/ :template: class.rst hanaml_rag_agent.HANAMLRAGAgent