Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigilante/sunrise
A schematic agent to brighten your day
https://github.com/sigilante/sunrise
Last synced: about 1 month ago
JSON representation
A schematic agent to brighten your day
- Host: GitHub
- URL: https://github.com/sigilante/sunrise
- Owner: sigilante
- Created: 2024-02-09T20:07:33.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-09-24T20:24:36.000Z (4 months ago)
- Last Synced: 2024-11-06T21:52:25.649Z (3 months ago)
- Language: hoon
- Size: 816 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-urbit - Sunrise
README
# Sunrise: A schematic agent to brighten your day
Use Sunrise to start a new “empty” Urbit app project. Import the repo, then simply rename all text and files from `sunrise` to whatever your new agent's name will be. Run `./rename.sh new-name` to replace all instances of `sunrise` with `new-name` throughout.
You should place Sunrise in a directory next to `urbit` (the main Urbit repo) and `landscape` from Tlon. Copy from it using `cp -rL` to resolve symlinks.
Sunrise is modestly opinionated but generally straightforward. If you are interested in having the `++abet` nested-core pattern in your agent, see [Moonrise](https://github.com/sigilante/moonrise).
![](logo.jpg)
Prior art:
- ~rabsef-bicrym and Dalten Collective, [`agent-skeleton`](https://github.com/dalten-collective/agent-skeleton)