-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): merge v0.6.2 into main
- Loading branch information
Showing
88 changed files
with
1,606 additions
and
861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [AgentDnas](./tryorama.agentdnas.md) > [agentPubKey](./tryorama.agentdnas.agentpubkey.md) | ||
|
||
## AgentDnas.agentPubKey property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
agentPubKey?: AgentPubKey; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [AgentDnas](./tryorama.agentdnas.md) > [dnas](./tryorama.agentdnas.dnas.md) | ||
|
||
## AgentDnas.dnas property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
dnas: Dna[]; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [AgentDnas](./tryorama.agentdnas.md) | ||
|
||
## AgentDnas interface | ||
|
||
DNAs per agent. Optionally an agent pub key. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export interface AgentDnas | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Type | Description | | ||
| --- | --- | --- | | ||
| [agentPubKey?](./tryorama.agentdnas.agentpubkey.md) | AgentPubKey | <i>(Optional)</i> | | ||
| [dnas](./tryorama.agentdnas.dnas.md) | [Dna](./tryorama.dna.md)<!-- -->\[\] | | | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [AgentsHappsOptions](./tryorama.agentshappsoptions.md) | ||
|
||
## AgentsHappsOptions type | ||
|
||
An array of DNA sources for each agent (2-dimensional array) or an array of DNAs and an optional agent pub key. Optionally a UID to be used for DNA installation. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare type AgentsHappsOptions = DnaSource[][] | { | ||
agentsDnas: AgentDnas[]; | ||
uid?: string; | ||
installedAppId?: InstalledAppId; | ||
}; | ||
``` | ||
<b>References:</b> [AgentDnas](./tryorama.agentdnas.md) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [ClientsPlayersOptions](./tryorama.clientsplayersoptions.md) > [agentPubKeys](./tryorama.clientsplayersoptions.agentpubkeys.md) | ||
|
||
## ClientsPlayersOptions.agentPubKeys property | ||
|
||
A list of previously generated agent pub keys (optional). | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
agentPubKeys?: AgentPubKey[]; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [ClientsPlayersOptions](./tryorama.clientsplayersoptions.md) > [clientTimeout](./tryorama.clientsplayersoptions.clienttimeout.md) | ||
|
||
## ClientsPlayersOptions.clientTimeout property | ||
|
||
A timeout for the web socket connection (optional). | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
clientTimeout?: number; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [ClientsPlayersOptions](./tryorama.clientsplayersoptions.md) > [dnas](./tryorama.clientsplayersoptions.dnas.md) | ||
|
||
## ClientsPlayersOptions.dnas property | ||
|
||
An array of DNAs that will be installed for each agent (optional). | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
dnas?: Dna[]; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [ClientsPlayersOptions](./tryorama.clientsplayersoptions.md) | ||
|
||
## ClientsPlayersOptions interface | ||
|
||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export interface ClientsPlayersOptions | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Type | Description | | ||
| --- | --- | --- | | ||
| [agentPubKeys?](./tryorama.clientsplayersoptions.agentpubkeys.md) | AgentPubKey\[\] | <i>(Optional)</i> A list of previously generated agent pub keys (optional). | | ||
| [clientTimeout?](./tryorama.clientsplayersoptions.clienttimeout.md) | number | <i>(Optional)</i> A timeout for the web socket connection (optional). | | ||
| [dnas?](./tryorama.clientsplayersoptions.dnas.md) | [Dna](./tryorama.dna.md)<!-- -->\[\] | <i>(Optional)</i> An array of DNAs that will be installed for each agent (optional). | | ||
| [numberOfAgentsPerConductor?](./tryorama.clientsplayersoptions.numberofagentsperconductor.md) | number | <i>(Optional)</i> Number of agents per conductor. Defaults to 1. Requires <code>dnas</code> to be specified. | | ||
| [numberOfConductorsPerClient?](./tryorama.clientsplayersoptions.numberofconductorsperclient.md) | number | <i>(Optional)</i> Number of conductors per client. Default to 1. | | ||
| [signalHandler?](./tryorama.clientsplayersoptions.signalhandler.md) | AppSignalCb | <i>(Optional)</i> A signal handler to be registered in conductors. | | ||
|
13 changes: 13 additions & 0 deletions
13
docs/tryorama.clientsplayersoptions.numberofagentsperconductor.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [ClientsPlayersOptions](./tryorama.clientsplayersoptions.md) > [numberOfAgentsPerConductor](./tryorama.clientsplayersoptions.numberofagentsperconductor.md) | ||
|
||
## ClientsPlayersOptions.numberOfAgentsPerConductor property | ||
|
||
Number of agents per conductor. Defaults to 1. Requires `dnas` to be specified. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
numberOfAgentsPerConductor?: number; | ||
``` |
13 changes: 13 additions & 0 deletions
13
docs/tryorama.clientsplayersoptions.numberofconductorsperclient.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [ClientsPlayersOptions](./tryorama.clientsplayersoptions.md) > [numberOfConductorsPerClient](./tryorama.clientsplayersoptions.numberofconductorsperclient.md) | ||
|
||
## ClientsPlayersOptions.numberOfConductorsPerClient property | ||
|
||
Number of conductors per client. Default to 1. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
numberOfConductorsPerClient?: number; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/tryorama](./tryorama.md) > [ClientsPlayersOptions](./tryorama.clientsplayersoptions.md) > [signalHandler](./tryorama.clientsplayersoptions.signalhandler.md) | ||
|
||
## ClientsPlayersOptions.signalHandler property | ||
|
||
A signal handler to be registered in conductors. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
signalHandler?: AppSignalCb; | ||
``` |
Oops, something went wrong.