Skip to main content

get_plan_markdown

Method
This is a method of the AgentTeam class in the agents module.
Get the current plan as markdown.

Signature

def get_plan_markdown() -> str

Returns

Returns
str
Markdown string or empty string if no plan

Uses

  • to_markdown

Source

View on GitHub

praisonaiagents/agents/agents.py at line 2187