Releases: icebaker/nano-bots-spec
Nano Bots 3.2.0
The current version of the specification is available at https://spec.nbots.io/, and the public Request for Comments is open at #1.
News in this version:
- Adding Anthropic as a supported provider.
Nano Bots 3.1.0
The current version of the specification is available at https://spec.nbots.io/, and the public Request for Comments is open at #1.
News in this version:
- Providers' APIs evolve over time, and we are upgrading the specification to reflect that.
- Upgrading APIs #5
Nano Bots 3.0.0
The current version of the specification is available at https://spec.nbots.io/, and the public Request for Comments is open at #1.
News in this version:
Breaking changes:
- Cartridges must have a
.yml
or.yaml
extension. NANO_BOTS_STATE_DIRECTORY
has been renamed toNANO_BOTS_STATE_PATH
.NANO_BOTS_CARTRIDGES_DIRECTORY
has been renamed toNANO_BOTS_CARTRIDGES_PATH
.
Additionally, NANO_BOTS_STATE_PATH
now supports multiple paths. These paths follow the Linux convention of being separated by a colon :
. For example, you can specify NANO_BOTS_STATE_PATH
like this: /home/user/cartridges-a:/home/user/cartridges-b
.
Experimental:
Adding experimental support for cartridges written in Markdown.
This is a valid cartridge that will be correctly interpreted. Internally, implementations should extract the code blocks, consolidate them, and ignore the rest of the content:
The following extensions will be supported for markdown cartridges: md mkdn mdown markdown
Nano Bots 2.3.0
We've made the current version of the specification available at https://spec.nbots.io/, and we've opened a public Request for Comments at #1.
News in this version:
- Added Ollama as a possible provider.
- Added Maritaca AI MariTalk as a possible provider.
Nano Bots 2.2.0
We've made the current version of the specification available at https://spec.nbots.io/, and we've opened a public Request for Comments at #1.
News in this version:
- Added Cohere as a possible provider.
Nano Bots 2.1.0
We've made the current version of the specification available at https://spec.nbots.io/, and we've opened a public Request for Comments at #1.
News in this version:
- Added Mistral AI as a possible provider.
Nano Bots 2.0.1
Improving Google Credentials.
Nano Bots 2.0.0
News in this version:
- Breaking change: Google Provider now requires a new
service
key incredentials
; - Google Provider now supports API key authentication mode;
- Added
logprobs
andtop_logprobs
to OpenAI Provider.
Nano Bots 1.1.0
We've made the current version of the specification available at https://spec.nbots.io/, and we've opened a public Request for Comments at #1.
News in this version:
- Added Google Gemini as a possible provider.
- Added
seed
andresponse_format
to the OpenAI Provider specification.
Nano Bots 1.0.0
We've made the current version of the specification available at https://spec.nbots.io/, and we've opened a public Request for Comments at #1.
News in this version: