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
4 changes: 2 additions & 2 deletions sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Codon SDK Documentation

Complete guide to building observable AI agents with the Codon SDK.
Complete guide to [building observable AI agents with the Codon SDK](https://codon-ops.github.io/codon-sdk/).

## Documentation Sections
- [**What is the Codon SDK**](https://codon-ops.github.io/codon-sdk/what-is-codon/) - Design philosophy and core concepts
- [**What is the Codon SDK?**](https://codon-ops.github.io/codon-sdk/what-is-codon/) - Design philosophy and core concepts
- [**Getting Started**](https://codon-ops.github.io/codon-sdk/getting-started/) - Installation and basic setup
- [**Building from Scratch**](https://codon-ops.github.io/codon-sdk/building-from-scratch/) - Create agents with CodonWorkload
- [**Instrumentation**](https://codon-ops.github.io/codon-sdk/instrumentation/) - Framework-specific integrations (LangGraph, OpenAI, etc.)
Expand Down
7 changes: 6 additions & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ build-backend = "setuptools.build_meta"
[project]
# This is the main SDK package name
name = "codon_sdk"
version = "0.1.0a2"
version = "0.1.0a3"
license = {text = "Apache-2.0"}
authors = [
{ name="Sheldon Gilbert, Martin Arroyo", email="martin@codonops.ai" },
{ name="Martin Arroyo", email="martin@codonops.ai" },
{ name="Sheldon Gilbert", email="sheldon@codonops.ai"},
]
maintainers = [
{ name="Carl Gordon", email="carl@codonops.ai"},
{ name="Luis Moreno", email="luis@codonops.ai"},
]
description = "The core SDK for Codon project components, including agents and data schemas."
readme = "README.md"
requires-python = ">=3.9"
Expand Down