Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_todo_markdown

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

Signature

def get_todo_markdown() -> str

Returns

Returns
str
Markdown string or empty string if no todo list

Uses

  • to_markdown

Source

View on GitHub

praisonaiagents/agents/agents.py at line 2198