Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to PyPI
# Publishes to PyPI via Trusted Publishing (OIDC) — no API token needed.
# Configure the trusted publisher once on PyPI:
# https://pypi.org/manage/account/publishing/
# Project: glia-agents | Owner: DenisDrobyshev | Repo: glia | Workflow: publish.yml
# Project: glia-agents | Owner: DrobyshevDev | Repo: glia | Workflow: publish.yml
# Then publishing runs automatically whenever a GitHub Release is published
# (or manually via the "Run workflow" button / workflow_dispatch).

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ judged against it:
## Setup

```bash
git clone https://github.com/DenisDrobyshev/glia
git clone https://github.com/DrobyshevDev/glia
cd glia
pip install -e ".[anthropic,dev]"
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ afternoon.
> tissue for LLM agents — not a framework you submit to, a small library you
> build on.

[![CI](https://github.com/DenisDrobyshev/glia/actions/workflows/ci.yml/badge.svg)](https://github.com/DenisDrobyshev/glia/actions/workflows/ci.yml)
[![CI](https://github.com/DrobyshevDev/glia/actions/workflows/ci.yml/badge.svg)](https://github.com/DrobyshevDev/glia/actions/workflows/ci.yml)
 Python 3.10+  ·  MIT  ·  zero required dependencies  ·  typed

<p align="center">
Expand Down Expand Up @@ -142,7 +142,7 @@ python examples/09_record_replay.py # record once, replay deterministic
glia ships a **graphical shell** — a chat window that also shows the live glass
box (streaming tokens, tool calls, approvals) as it happens.

- **Download** a standalone build for your OS from the [latest release](https://github.com/DenisDrobyshev/glia/releases/latest) (`glia-shell-windows.exe` / `-macos` / `-linux`) — no Python needed.
- **Download** a standalone build for your OS from the [latest release](https://github.com/DrobyshevDev/glia/releases/latest) (`glia-shell-windows.exe` / `-macos` / `-linux`) — no Python needed.
- **Or** `pip install "glia-agents[shell]"` then `glia-shell` for a native window.

It works offline in demo mode out of the box; add an Anthropic API key in
Expand Down
4 changes: 2 additions & 2 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
> «соединительная ткань» для LLM-агентов: не фреймворк, которому вы
> подчиняетесь, а небольшая библиотека, поверх которой вы строите.

[![CI](https://github.com/DenisDrobyshev/glia/actions/workflows/ci.yml/badge.svg)](https://github.com/DenisDrobyshev/glia/actions/workflows/ci.yml)
[![CI](https://github.com/DrobyshevDev/glia/actions/workflows/ci.yml/badge.svg)](https://github.com/DrobyshevDev/glia/actions/workflows/ci.yml)
&nbsp;Python 3.10+ &nbsp;·&nbsp; MIT &nbsp;·&nbsp; ядро без зависимостей &nbsp;·&nbsp; типизировано

<p align="center">
Expand Down Expand Up @@ -146,7 +146,7 @@ python examples/09_record_replay.py # записать один раз,
показывает «стеклянный ящик» в реальном времени (стриминг токенов, вызовы
инструментов, подтверждения).

- **Скачайте** готовую сборку под вашу ОС из [последнего релиза](https://github.com/DenisDrobyshev/glia/releases/latest) (`glia-shell-windows.exe` / `-macos` / `-linux`) — Python не нужен.
- **Скачайте** готовую сборку под вашу ОС из [последнего релиза](https://github.com/DrobyshevDev/glia/releases/latest) (`glia-shell-windows.exe` / `-macos` / `-linux`) — Python не нужен.
- **Или** `pip install "glia-agents[shell]"` и затем `glia-shell` для нативного окна.

Работает офлайн в demo-режиме из коробки; добавьте Anthropic API-ключ в
Expand Down
2 changes: 1 addition & 1 deletion docs/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ glass box (streaming tokens, tool calls, approvals) as it happens. It runs a rea
### 1. Download a binary (no Python needed)

Grab the standalone build for your OS from the
[latest release](https://github.com/DenisDrobyshev/glia/releases/latest):
[latest release](https://github.com/DrobyshevDev/glia/releases/latest):

- `glia-shell-windows.exe`
- `glia-shell-macos`
Expand Down
2 changes: 1 addition & 1 deletion docs/app.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
### 1. Скачать бинарник (Python не нужен)

Возьмите готовую сборку под вашу ОС из
[последнего релиза](https://github.com/DenisDrobyshev/glia/releases/latest):
[последнего релиза](https://github.com/DrobyshevDev/glia/releases/latest):

- `glia-shell-windows.exe`
- `glia-shell-macos`
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip install "glia-agents[anthropic]" # core + Claude provider
For local development from a clone:

```bash
git clone https://github.com/DenisDrobyshev/glia
git clone https://github.com/DrobyshevDev/glia
cd glia
pip install -e ".[anthropic,dev]"
```
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip install "glia-agents[anthropic]" # ядро + провайдер Claude
Для локальной разработки из клона репозитория:

```bash
git clone https://github.com/DenisDrobyshev/glia
git clone https://github.com/DrobyshevDev/glia
cd glia
pip install -e ".[anthropic,dev]"
```
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
site_name: glia
site_description: A glass-box, minimal library for building LLM agents.
site_url: https://denisdrobyshev.github.io/glia/
repo_url: https://github.com/DenisDrobyshev/glia
repo_name: DenisDrobyshev/glia
repo_url: https://github.com/DrobyshevDev/glia
repo_name: DrobyshevDev/glia
copyright: MIT-licensed · built by Denis Drobyshev

theme:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ docs = ["mkdocs-material>=9.5", "mkdocs-static-i18n>=1.2"]
glia-shell = "glia.shell.app:main"

[project.urls]
Homepage = "https://github.com/DenisDrobyshev/glia"
Repository = "https://github.com/DenisDrobyshev/glia"
Issues = "https://github.com/DenisDrobyshev/glia/issues"
Homepage = "https://github.com/DrobyshevDev/glia"
Repository = "https://github.com/DrobyshevDev/glia"
Issues = "https://github.com/DrobyshevDev/glia/issues"

[tool.hatch.build.targets.wheel]
packages = ["glia"]
Expand Down
Loading