hana_ai.agents

hana.ai agents provides focused entry points for dataframe operations, SQL operations, and the recommended ContextAgent workflow for conversational forecasting and dataset preparation.

hana_dataframe_agent

hana_dataframe_agent.create_hana_dataframe_agent(llm, df)

Construct a hana-ml agent from an LLM and dataframe.

hana_sql_agent

hana_sql_agent.create_hana_sql_agent(llm, ...)

Create a HANA SQL agent.

context_agent

The file-based ContextAgent is the recommended conversational agent for new workflows. It combines Markdown-backed memory, tool calling, runtime skill routing, and command-style memory or skill controls.

context_agent.ContextAgent(llm[, tools, ...])

Context-engineered agent backed by Markdown memory.