Skip to content

Commit 523e551

Browse files
Jammy2211claude
authored andcommitted
docs: add autolens_assistant prototype callout to README and docs index
Adds a prominent but clearly-flagged-as-prototype pointer to the new PyAutoLabs/autolens_assistant repo near the top of the PyAutoLens README and the docs landing page. The callout sits above the existing "Getting Started" links but explicitly tells users the readthedocs/workspace/HowToLens entries remain the recommended starting points; the assistant is offered only for users who'd like to drive PyAutoLens by natural-language conversation. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 4a3ccf6 commit 523e551

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ When two or more galaxies are aligned perfectly down our line-of-sight, the back
2323

2424
This is called strong gravitational lensing and **PyAutoLens** makes it **simple** to model strong gravitational lenses, using JAX to **accelerate lens modeling on GPUs**.
2525

26+
> 🤖 **Prototype:** [**autolens_assistant**](https://github.com/PyAutoLabs/autolens_assistant) is an early-stage AI assistant you talk to in natural language to do lens modeling end-to-end. It is experimental and **not the recommended starting point** — the readthedocs, autolens_workspace, and HowToLens below remain the canonical entry points. Try it if you'd like to drive PyAutoLens by conversation.
27+
2628
## Getting Started
2729

2830
The following links are useful for new starters:

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ When two or more galaxies are aligned perfectly down our line-of-sight, the back
88

99
This is called strong gravitational lensing and **PyAutoLens** makes it simple to model strong gravitational lenses, using JAX to **accelerate lens modeling on GPUs**.
1010

11+
```{note}
12+
🤖 **Prototype:** [autolens_assistant](https://github.com/PyAutoLabs/autolens_assistant) is an early-stage AI assistant you talk to in natural language to do lens modeling end-to-end. It is experimental and **not the recommended starting point** — the readthedocs, autolens_workspace, and HowToLens below remain the canonical entry points. Try it if you'd like to drive PyAutoLens by conversation.
13+
```
14+
1115
# Getting Started
1216

1317
The following links are useful for new starters:

0 commit comments

Comments
 (0)