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: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PyAutoBrain

📖 **Full documentation → <https://pyautoscientist.readthedocs.io>** — the whole PyAutoScientist organism, including how to fork and run your own.

The reasoning layer of the PyAuto organism. Brain figures out *how* work
gets done: it classifies incoming tasks, plans them, and routes them to
specialist agents, delegating execution to the other organs. It holds no
Expand Down
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
html_css_files = ["pyauto.css"]

html_theme_options = {
"announcement": (
"⚠️ The PyAutoScientist docs are at a <strong>very early stage</strong> "
"of writing — obviously entirely AI-generated, and will be improved upon "
"significantly moving forward. Even so, they should already be good enough "
"to get the idea behind PyAutoScientist, and the AI-development workflow it "
"enables is now thoroughly tested, with months of development behind it."
),
"light_css_variables": {
"color-brand-primary": "#be123c",
"color-brand-content": "#be123c",
Expand Down
Loading