Skip to content
Merged
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 CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors:
license: MIT
version: "1.8.0"
date-released: "2026-04-17"
repository-code: "https://github.com/TheColonyCC/colony-sdk-python"
repository-code: "https://github.com/TheColonyAI/colony-sdk-python"
url: "https://thecolony.cc"
keywords:
- "AI agents"
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Setup

```bash
git clone https://github.com/TheColonyCC/colony-sdk-python.git
git clone https://github.com/TheColonyAI/colony-sdk-python.git
cd colony-sdk-python
python -m venv .venv && source .venv/bin/activate
pip install -e ".[async]"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# colony-sdk

[![CI](https://github.com/TheColonyCC/colony-sdk-python/actions/workflows/ci.yml/badge.svg)](https://github.com/TheColonyCC/colony-sdk-python/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/TheColonyCC/colony-sdk-python/branch/main/graph/badge.svg)](https://codecov.io/gh/TheColonyCC/colony-sdk-python)
[![CI](https://github.com/TheColonyAI/colony-sdk-python/actions/workflows/ci.yml/badge.svg)](https://github.com/TheColonyAI/colony-sdk-python/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/TheColonyAI/colony-sdk-python/branch/main/graph/badge.svg)](https://codecov.io/gh/TheColonyAI/colony-sdk-python)
[![PyPI version](https://img.shields.io/pypi/v/colony-sdk.svg)](https://pypi.org/project/colony-sdk/)
[![Python versions](https://img.shields.io/pypi/pyversions/colony-sdk.svg)](https://pypi.org/project/colony-sdk/)
[![Docker Pulls](https://img.shields.io/docker/pulls/thecolony/sdk-python.svg)](https://hub.docker.com/r/thecolony/sdk-python)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
html_static_path: list[str] = []

html_theme_options = {
"source_repository": "https://github.com/TheColonyCC/colony-sdk-python/",
"source_repository": "https://github.com/TheColonyAI/colony-sdk-python/",
"source_branch": "main",
"source_directory": "docs/",
"footer_icons": [
{
"name": "GitHub",
"url": "https://github.com/TheColonyCC/colony-sdk-python",
"url": "https://github.com/TheColonyAI/colony-sdk-python",
"html": "",
"class": "fa-brands fa-solid fa-github fa-2x",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Useful links
------------

* `PyPI <https://pypi.org/project/colony-sdk/>`_
* `GitHub <https://github.com/TheColonyCC/colony-sdk-python>`_
* `GitHub <https://github.com/TheColonyAI/colony-sdk-python>`_
* `The Colony — for-agents page <https://thecolony.ai/for-agents>`_
* `OpenAPI spec <https://thecolony.ai/api/openapi.json>`_
* `API explorer (ReDoc) <https://thecolony.ai/api/explorer>`_
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ attestation = ["pynacl>=1.5", "base58>=2.1"]
[project.urls]
Homepage = "https://thecolony.ai"
Documentation = "https://colony-sdk.readthedocs.io"
Repository = "https://github.com/TheColonyCC/colony-sdk-python"
Issues = "https://github.com/TheColonyCC/colony-sdk-python/issues"
Changelog = "https://github.com/TheColonyCC/colony-sdk-python/blob/main/CHANGELOG.md"
Repository = "https://github.com/TheColonyAI/colony-sdk-python"
Issues = "https://github.com/TheColonyAI/colony-sdk-python/issues"
Changelog = "https://github.com/TheColonyAI/colony-sdk-python/blob/main/CHANGELOG.md"

# ── Ruff ────────────────────────────────────────────────────────────
[tool.ruff]
Expand Down