Skip to content

Commit

Permalink
domains
Browse files Browse the repository at this point in the history
  • Loading branch information
icebaker committed May 25, 2023
1 parent 3ca1d5e commit c6e813f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _Image artificially created by Midjourney through a prompt generated by a Nano B

**Nano Bots** is an open specification that can be implemented in any programming language. It specifies a configuration file with human-readable instructions for creating small and specialized AI-powered bots that can be effortlessly shared as a single, lightweight file.

- [Full Specification](https://icebaker.github.io/nano-bots)
- [Full Specification](https://spec.nbots.io)
- [Implementations](#implementations)
- [Projects](#projects)
- [Example](#example)
Expand All @@ -14,12 +14,13 @@ _Image artificially created by Midjourney through a prompt generated by a Nano B

Implementations of this specification:

- Ruby: https://github.com/icebaker/ruby-nano-bots
- [Nano Bots CLI (Ruby)](https://github.com/icebaker/ruby-nano-bots)

### Projects

- [Nano Bots Live Editor](https://carecenter.nanobots.icebaker.me)
- [Nano Bots Clinic (Live Editor)](https://clinic.nbots.io)
- [Nano Bots API](https://github.com/icebaker/nano-bots-api)
- [Public API](https://api.nbots.io)
- [Nano Bots for Sublime Text](https://github.com/icebaker/sublime-nano-bots)
- [Nano Bots for Visual Studio Code](https://github.com/icebaker/vscode-nano-bots)

Expand Down Expand Up @@ -91,4 +92,4 @@ well. How can I assist you?
🤖> |
```

Check out the full specification for Nano Bots: https://icebaker.github.io/nano-bots
Check out the full specification for Nano Bots: https://spec.nbots.io
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,13 @@ Nano Bot = (cartridge.yml + implementation + provider)

Implementations of this specification:

- Ruby: https://github.com/icebaker/ruby-nano-bots
- [Nano Bots CLI (Ruby)](https://github.com/icebaker/ruby-nano-bots)

### Projects

- [Nano Bots Live Editor](https://carecenter.nanobots.icebaker.me)
- [Nano Bots Clinic (Live Editor)](https://clinic.nbots.io)
- [Nano Bots API](https://github.com/icebaker/nano-bots-api)
- [Public API](https://api.nbots.io)
- [Nano Bots for Sublime Text](https://github.com/icebaker/sublime-nano-bots)
- [Nano Bots for Visual Studio Code](https://github.com/icebaker/vscode-nano-bots)

Expand Down

0 comments on commit c6e813f

Please sign in to comment.