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 2 months 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-03T02:18:40.000Z (6 months ago)
- Last Synced: 2024-08-03T01:13:06.867Z (5 months ago)
- Language: hoon
- Size: 813 KB
- Stars: 7
- 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)