Skip to content

connectjk/meeting-assistant2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meeting-assistant2

Auto-generated by Agent Factory

Description

A meeting assistant agent that joins virtual meetings, transcribes conversations in real time, extracts action items, assigns owners, sends follow-up summaries, and schedules follow-up meetings when required.

Quick Start

# 1. Create a virtual environment
python -m venv .venv
source .venv/bin/activate   # Linux/macOS
.venv\Scripts\activate     # Windows

# 2. Install dependencies
pip install -r requirements.txt

# 3. Configure environment variables
cp .env.example .env
# Edit .env with your values

# 4. Run the agent
python -m src.main

Environment Variables

Variable Description
AZURE_OPENAI_ENDPOINT Azure OpenAI endpoint URL
AZURE_OPENAI_API_KEY Azure OpenAI API key
AZURE_OPENAI_DEPLOYMENT Model deployment name
AZURE_AI_FOUNDRY_PROJECT (Optional) Foundry project connection string

Extending

  • Add tools in src/tools.py
  • Update agent configuration in agent.yaml
  • See deploy/DEPLOYMENT.md for Azure deployment guidance

About

A meeting assistant agent that joins virtual meetings, transcribes conversations in real time, extracts action items, assigns owners, sends follow-up summaries, and schedules follow-up meetings when required.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages