Skip to main content

ColorPalette

Defined in the display module.
Rust AI Agent SDK PraisonAI color palette for consistent UI

Fields

NameTypeDescription
agent&'static strAgent identity color
agent_text&'static strAgent text color
task&'static strTask/Question color
task_text&'static strTask text color
working&'static strWorking/Processing color
working_text&'static strWorking text color
response&'static strResponse/Output color
response_text&'static strResponse text color
tool&'static strTool calls color
tool_text&'static strTool text color
reasoning&'static strReasoning color
reasoning_text&'static strReasoning text color
error&'static strError/Warning color
error_text&'static strError text color
metrics&'static strMetrics color
metrics_text&'static strMetrics text color

Source

View on GitHub

praisonai/src/display.rs at line 38