Skip to content

Commit 34fd76e

Browse files
committed
lint with prettier
1 parent 08e97e5 commit 34fd76e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+988
-631
lines changed

docs/api/classes/AgentRuntime.md

+33-33
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The ID of the agent
9595

9696
[packages/core/src/runtime.ts:59](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L59)
9797

98-
***
98+
---
9999

100100
### serverUrl
101101

@@ -111,7 +111,7 @@ The base URL of the server where the agent's requests are processed.
111111

112112
[packages/core/src/runtime.ts:63](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L63)
113113

114-
***
114+
---
115115

116116
### databaseAdapter
117117

@@ -127,7 +127,7 @@ The database adapter used for interacting with the database.
127127

128128
[packages/core/src/runtime.ts:68](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L68)
129129

130-
***
130+
---
131131

132132
### token
133133

@@ -143,7 +143,7 @@ Authentication token used for securing requests.
143143

144144
[packages/core/src/runtime.ts:73](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L73)
145145

146-
***
146+
---
147147

148148
### actions
149149

@@ -159,7 +159,7 @@ Custom actions that the agent can perform.
159159

160160
[packages/core/src/runtime.ts:78](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L78)
161161

162-
***
162+
---
163163

164164
### evaluators
165165

@@ -175,7 +175,7 @@ Evaluators used to assess and guide the agent's responses.
175175

176176
[packages/core/src/runtime.ts:83](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L83)
177177

178-
***
178+
---
179179

180180
### providers
181181

@@ -191,7 +191,7 @@ Context providers used to provide context for message generation.
191191

192192
[packages/core/src/runtime.ts:88](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L88)
193193

194-
***
194+
---
195195

196196
### modelProvider
197197

@@ -207,7 +207,7 @@ The model to use for generateText.
207207

208208
[packages/core/src/runtime.ts:93](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L93)
209209

210-
***
210+
---
211211

212212
### fetch()
213213

@@ -242,7 +242,7 @@ Some environments may not have access to the global fetch function and need a cu
242242

243243
[packages/core/src/runtime.ts:99](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L99)
244244

245-
***
245+
---
246246

247247
### character
248248

@@ -258,7 +258,7 @@ The character to use for the agent
258258

259259
[packages/core/src/runtime.ts:104](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L104)
260260

261-
***
261+
---
262262

263263
### messageManager
264264

@@ -274,7 +274,7 @@ Store messages that are sent and received by the agent.
274274

275275
[packages/core/src/runtime.ts:109](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L109)
276276

277-
***
277+
---
278278

279279
### descriptionManager
280280

@@ -290,7 +290,7 @@ Store and recall descriptions of users based on conversations.
290290

291291
[packages/core/src/runtime.ts:114](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L114)
292292

293-
***
293+
---
294294

295295
### loreManager
296296

@@ -306,7 +306,7 @@ Manage the creation and recall of static information (documents, historical game
306306

307307
[packages/core/src/runtime.ts:119](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L119)
308308

309-
***
309+
---
310310

311311
### documentsManager
312312

@@ -318,7 +318,7 @@ Hold large documents that can be referenced
318318

319319
[packages/core/src/runtime.ts:124](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L124)
320320

321-
***
321+
---
322322

323323
### fragmentsManager
324324

@@ -330,7 +330,7 @@ Searchable document fragments
330330

331331
[packages/core/src/runtime.ts:129](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L129)
332332

333-
***
333+
---
334334

335335
### services
336336

@@ -344,7 +344,7 @@ Searchable document fragments
344344

345345
[packages/core/src/runtime.ts:131](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L131)
346346

347-
***
347+
---
348348

349349
### memoryManagers
350350

@@ -376,7 +376,7 @@ Searchable document fragments
376376

377377
[packages/core/src/runtime.ts:134](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L134)
378378

379-
***
379+
---
380380

381381
### getMemoryManager()
382382

@@ -398,7 +398,7 @@ Searchable document fragments
398398

399399
[packages/core/src/runtime.ts:149](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L149)
400400

401-
***
401+
---
402402

403403
### getService()
404404

@@ -424,7 +424,7 @@ Searchable document fragments
424424

425425
[packages/core/src/runtime.ts:153](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L153)
426426

427-
***
427+
---
428428

429429
### registerService()
430430

@@ -446,7 +446,7 @@ Searchable document fragments
446446

447447
[packages/core/src/runtime.ts:161](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L161)
448448

449-
***
449+
---
450450

451451
### getSetting()
452452

@@ -472,7 +472,7 @@ then chunks the content into fragments, embeds each fragment, and creates fragme
472472

473473
[packages/core/src/runtime.ts:371](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L371)
474474

475-
***
475+
---
476476

477477
### getConversationLength()
478478

@@ -494,7 +494,7 @@ The number of recent messages to be kept in memory.
494494

495495
[packages/core/src/runtime.ts:393](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L393)
496496

497-
***
497+
---
498498

499499
### registerAction()
500500

@@ -520,7 +520,7 @@ The action to register.
520520

521521
[packages/core/src/runtime.ts:401](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L401)
522522

523-
***
523+
---
524524

525525
### registerEvaluator()
526526

@@ -542,7 +542,7 @@ The evaluator to register.
542542

543543
[packages/core/src/runtime.ts:410](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L410)
544544

545-
***
545+
---
546546

547547
### registerContextProvider()
548548

@@ -564,7 +564,7 @@ The context provider to register.
564564

565565
[packages/core/src/runtime.ts:418](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L418)
566566

567-
***
567+
---
568568

569569
### processActions()
570570

@@ -596,7 +596,7 @@ The message to process.
596596

597597
[packages/core/src/runtime.ts:427](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L427)
598598

599-
***
599+
---
600600

601601
### evaluate()
602602

@@ -632,7 +632,7 @@ The results of the evaluation.
632632

633633
[packages/core/src/runtime.ts:500](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L500)
634634

635-
***
635+
---
636636

637637
### ensureParticipantExists()
638638

@@ -664,7 +664,7 @@ An error if the participant cannot be added.
664664

665665
[packages/core/src/runtime.ts:571](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L571)
666666

667-
***
667+
---
668668

669669
### ensureUserExists()
670670

@@ -700,7 +700,7 @@ The user name to ensure the existence of.
700700

701701
[packages/core/src/runtime.ts:587](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L587)
702702

703-
***
703+
---
704704

705705
### ensureParticipantInRoom()
706706

@@ -724,7 +724,7 @@ The user name to ensure the existence of.
724724

725725
[packages/core/src/runtime.ts:607](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L607)
726726

727-
***
727+
---
728728

729729
### ensureConnection()
730730

@@ -754,7 +754,7 @@ The user name to ensure the existence of.
754754

755755
[packages/core/src/runtime.ts:618](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L618)
756756

757-
***
757+
---
758758

759759
### ensureRoomExists()
760760

@@ -785,7 +785,7 @@ An error if the room cannot be created.
785785

786786
[packages/core/src/runtime.ts:654](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L654)
787787

788-
***
788+
---
789789

790790
### composeState()
791791

@@ -815,7 +815,7 @@ The state of the agent.
815815

816816
[packages/core/src/runtime.ts:667](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L667)
817817

818-
***
818+
---
819819

820820
### updateRecentMessageState()
821821

0 commit comments

Comments
 (0)