{{ t('feat_orch_title') }}
{{ t('feat_orch_desc') | safe }}
{{ t('index_overline') }}
{{ t('index_hero_text') }}
{{ t('howto_step1_desc') }}
{{ t('howto_step2_desc') }}
{{ t('howto_step3_desc') }}
{{ t('feat_orch_desc') | safe }}
{{ t('feat_llm_desc') }}
{{ t('feat_pe_desc') }}
{{ t('feat_editor_desc') | safe }}
{{ t('feat_ai_gen_desc') | safe }}
{{ t('ai_flow_step1_desc') }}
{{ t('ai_flow_step2_desc') }}
{{ t('ai_flow_step3_desc') }}
{{ t('ai_flow_step4_desc') }}
{{ t('scenario_proc_desc') }}
{{ t('scenario_fin_desc') }}
{{ t('scenario_devops_desc') }}
{{ t('scenario_pa_desc') }}
{{ t('scenario_ocr_desc') }}
{{ t('scenario_mcp_desc') }}
{{ t('yaml_section_desc') }}
execution: DAILY_REPORT
astool: true
mcp_desc: '{"desc":"Generate daily report","params":["date"]}'
list:
- type: HTTP_REQUEST
input: '{"url":"https://api.example.com/data?date={date}"}'
- type: AI_LLM_QANDA
input: '{"prompt":"Summarize: {http_response}"}'
- type: SEND_EMAIL
input: '{"to":"team@co.com","body":"{llm_answer}"}'
{{ t('cta_home_text') }}