echoflow / README.md
Larrytech's picture
Agent Test
fa4959b
metadata
title: Echoflow
emoji: πŸ‘
colorFrom: green
colorTo: gray
sdk: docker
pinned: false
license: mit
short_description: AI powered Meeting Memory Workflow and Automation

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

/ β”œβ”€β”€ main.py # FastAPI application entry point β”œβ”€β”€ requirements.txt # Python dependencies β”œβ”€β”€ static/ # Static files (JS, CSS, images) β”‚ β”œβ”€β”€ style.css β”‚ └── script.js β”œβ”€β”€ templates/ # HTML templates for Jinja2 (for FastAPI responses) β”‚ └── index.html β”œβ”€β”€ agents/ # (Optional) Python modules for each agent β”‚ β”œβ”€β”€ transcription_agent.py β”‚ β”œβ”€β”€ summarizer_agent.py β”‚ └── orchestrate_agent.py β”œβ”€β”€ README.md