Skip to content

Commit c5e1e09

Browse files
committed
Merge branch 'feature/live-tally-steering'
2 parents 6023c8d + da9e9a6 commit c5e1e09

45 files changed

Lines changed: 448 additions & 77 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ output: github_document
66
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", eval = FALSE)
77
```
88

9-
# atlas
9+
# atlas <img src="man/figures/logo.svg" align="right" height="139" alt="atlas hex logo: a figure kneeling on one knee, holding up a glowing neural-network sphere"/>
1010

1111
Atlas builds models for you, and shows its work. Give it a data frame and a
1212
target; an LLM agent (via [ellmer](https://ellmer.tidyverse.org)) explores
@@ -37,7 +37,7 @@ atlas is not yet on CRAN. Install the development version from
3737

3838
```{r}
3939
# install.packages("pak")
40-
pak::pkg_install("mattyoreilly/Atlas")
40+
pak::pkg_install("mattyoreilly/atlas")
4141
```
4242

4343
You also need an API key for an LLM provider. atlas defaults to Anthropic:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# atlas
2+
# atlas <img src="man/figures/logo.svg" align="right" height="139" alt="atlas hex logo: a figure kneeling on one knee, holding up a glowing neural-network sphere"/>
33

44
Atlas builds models for you, and shows its work. Give it a data frame
55
and a target; an LLM agent (via [ellmer](https://ellmer.tidyverse.org))
@@ -31,7 +31,7 @@ atlas is not yet on CRAN. Install the development version from
3131

3232
``` r
3333
# install.packages("pak")
34-
pak::pkg_install("mattyoreilly/Atlas")
34+
pak::pkg_install("mattyoreilly/atlas")
3535
```
3636

3737
You also need an API key for an LLM provider. atlas defaults to

docs/404.html

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/apple-touch-icon.png

18.3 KB
Loading

docs/articles/atlas.html

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/autonomous.html

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/constraints.html

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/sessions.html

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)