Skip to content

Add AnveVoice Starter — AI voice agent for websites#159

Open
ANVEAI wants to merge 1 commit into
Arindam200:mainfrom
ANVEAI:add-anvevoice
Open

Add AnveVoice Starter — AI voice agent for websites#159
ANVEAI wants to merge 1 commit into
Arindam200:mainfrom
ANVEAI:add-anvevoice

Conversation

@ANVEAI

@ANVEAI ANVEAI commented Mar 20, 2026

Copy link
Copy Markdown

Summary

  • Adds AnveVoice Starter to the Starter Agents section — an AI voice agent that trains on website content, navigates pages, fills forms, books appointments, and talks to visitors in 50+ languages with sub-700ms latency
  • Includes a static HTML embed example and a simple Python HTTP server
  • Updates the Starter Agents project count from 13 to 14

Project Details

Field Value
Name AnveVoice Starter
Category starter_ai_agents/
Website anvevoice.app
Embed type One-line JavaScript snippet

Files Added

  • starter_ai_agents/anvevoice_starter/README.md — Setup and usage instructions
  • starter_ai_agents/anvevoice_starter/index.html — Demo page with embed example
  • starter_ai_agents/anvevoice_starter/app.py — Simple Python HTTP server
  • starter_ai_agents/anvevoice_starter/requirements.txt — Dependencies (stdlib only)

Test plan

  • Verify python app.py serves the demo page at http://localhost:8000
  • Verify README follows the project template structure
  • Verify the entry renders correctly in the README table of contents

🤖 Generated with Claude Code

Adds a starter project demonstrating AnveVoice integration, an AI voice
agent that trains on website content and talks to visitors in 50+
languages with sub-700ms latency. Includes a simple HTML embed example
and Python server.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Then open http://localhost:8000 in your browser.
"""

import http.server

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to use Nebius LLM and also this PR appears to be bogus. plx fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants