Skip to content

Update README.md and scripts to adopt atespaces for existing demos.#355

Open
Haven Xia (HavenXia) wants to merge 1 commit into
agent-substrate:mainfrom
HavenXia:atespace-readme
Open

Update README.md and scripts to adopt atespaces for existing demos.#355
Haven Xia (HavenXia) wants to merge 1 commit into
agent-substrate:mainfrom
HavenXia:atespace-readme

Conversation

@HavenXia

@HavenXia Haven Xia (HavenXia) commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Update README.md and scripts to adopt atespaces for existing demos.

It's intentional to let user choose atespace in demos since actors are also created by them.

  • Tests pass
  • Appropriate changes to documentation are included in the PR


// 1. Identify Actor (Robust extraction)
// New architecture uses Host: <actor-id>.actors.resources.substrate.k8s.io
// New architecture uses Host: <actor-id>.<atespace>.actors.resources.substrate.ate.dev

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.

What does "New Architecture" means here? Maybe reword it?

Comment thread demos/counter/README.md
kubectl ate delete actor my-counter-1
kubectl ate delete actor my-counter-1 -a demo
```

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.

Should we also delete the namespace here? Same for other demos.

Comment thread docs/api-guide.md

### Workload Connectivity (Uniform DNS)
Substrate has standardized on a **Uniform DNS Mesh**. You no longer need to define `SessionDiscovery` rules. Every actor created from a template is automatically reachable through the **Substrate Router** via its unique ID:
Substrate has standardized on a **Uniform DNS Mesh**. You no longer need to define `SessionDiscovery` rules. Every actor created from a template is automatically reachable through the **Substrate Router** via its atespace and ID:

@juli4n Julian Gutierrez Oschmann (juli4n) Jul 1, 2026

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.

Remove the "You no longer need to define SessionDiscovery rules."? Seems like an old artifact.

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.

This file (and the _grpc) companion are auto-generated, we should change the documentation in ateapi.go and then regenerate files.

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