Skip to content
@Glytos

Glytos

Glytos

Infrastructure for voice and chat agents.

Build an agent once, then run it on a phone number or inside your product. Every conversation comes back as a full record: transcript, per-step cost, per-turn latency.

Website · Quickstart · Documentation · API reference


Start with your language

npm install @glytos/node                 # Node and TypeScript
pip install glytos                       # Python
go get github.com/Glytos/glytos-sdk-go   # Go
composer require glytos/glytos           # PHP
dotnet add package Glytos                # .NET
npm install @glytos/web                  # Browser voice and chat
npm install -g @glytos/cli               # Command line

What Glytos gives you

  • Voice and chat, on one engine. Voice agents that take calls on a number you connect or a SIP trunk you bring; chat agents that answer on your site, in your product, or straight from the API. Both are built the same way and observed the same way.
  • Official SDKs for Node, Python, Go, PHP, .NET and the browser, plus a CLI, over a public REST API described by OpenAPI.
  • Complete session records. Every conversation returns a full transcript with per-step cost and per-turn latency.
  • Bring your own providers. Use your own language model, speech, and telephony credentials.
  • Global telephony. Multiple carriers out of the box, including local numbers.
  • Import what you already built. Agents come across from other platforms with their prompts, model settings and tool schemas, and any agent exports back out as portable, secret-free JSON.

Pinned Loading

  1. glytos-sdk-node glytos-sdk-node Public

    Official Glytos server SDK for Node.js and TypeScript.

    TypeScript 2

  2. glytos-sdk-python glytos-sdk-python Public

    Official Glytos server SDK for Python.

    Python 2

  3. glytos-sdk-go glytos-sdk-go Public

    Official Glytos server SDK for Go. Zero dependencies, fully typed.

    Go 2

  4. glytos-sdk-php glytos-sdk-php Public

    Official Glytos server SDK for PHP.

    PHP 2

  5. glytos-sdk-dotnet glytos-sdk-dotnet Public

    Official Glytos server SDK for .NET and ASP.NET Core.

    C# 3

  6. glytos-sdk-web glytos-sdk-web Public

    Browser SDK for embedding Glytos voice and chat agents in any web app.

    TypeScript 2

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…