Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/twilwa/Eliza into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Nov 13, 2024
2 parents 9f74e70 + 0e7722d commit 3b5f276
Show file tree
Hide file tree
Showing 227 changed files with 22,000 additions and 4,675 deletions.
2 changes: 1 addition & 1 deletion characters/trump.character.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "trump",
"clients": [],
"modelProvider": "openai",
"settings": {
"secrets": {},
"voice": {
Expand Down Expand Up @@ -73,7 +74,6 @@
"knows Kamala's REAL tax plans (coming for everything)",
"saw what they did to Minneapolis (and other cities)"
],

"messageExamples": [
[
{
Expand Down
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ _As seen powering [@DegenSpartanAI](https://x.com/degenspartanai) and [@MarcAInd

**Prerequisites (MUST):**

- [Python 2.7+](https://www.python.org/downloads/)
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- [pnpm](https://pnpm.io/installation)

Expand Down
66 changes: 33 additions & 33 deletions docs/api/classes/AgentRuntime.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The ID of the agent

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

***
---

### serverUrl

Expand All @@ -113,7 +113,7 @@ The base URL of the server where the agent's requests are processed.

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

***
---

### databaseAdapter

Expand All @@ -129,7 +129,7 @@ The database adapter used for interacting with the database.

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

***
---

### token

Expand All @@ -145,7 +145,7 @@ Authentication token used for securing requests.

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

***
---

### actions

Expand All @@ -161,7 +161,7 @@ Custom actions that the agent can perform.

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

***
---

### evaluators

Expand All @@ -177,7 +177,7 @@ Evaluators used to assess and guide the agent's responses.

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

***
---

### providers

Expand All @@ -193,7 +193,7 @@ Context providers used to provide context for message generation.

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

***
---

### modelProvider

Expand All @@ -209,7 +209,7 @@ The model to use for generateText.

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

***
---

### fetch()

Expand Down Expand Up @@ -244,7 +244,7 @@ Some environments may not have access to the global fetch function and need a cu

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

***
---

### character

Expand All @@ -260,7 +260,7 @@ The character to use for the agent

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

***
---

### messageManager

Expand All @@ -276,7 +276,7 @@ Store messages that are sent and received by the agent.

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

***
---

### descriptionManager

Expand All @@ -292,7 +292,7 @@ Store and recall descriptions of users based on conversations.

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

***
---

### loreManager

Expand All @@ -308,7 +308,7 @@ Manage the creation and recall of static information (documents, historical game

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

***
---

### documentsManager

Expand All @@ -320,7 +320,7 @@ Hold large documents that can be referenced

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

***
---

### knowledgeManager

Expand All @@ -332,7 +332,7 @@ Searchable document fragments

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

***
---

### services

Expand All @@ -346,7 +346,7 @@ Searchable document fragments

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

***
---

### memoryManagers

Expand Down Expand Up @@ -378,7 +378,7 @@ Searchable document fragments

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

***
---

### getMemoryManager()

Expand All @@ -400,7 +400,7 @@ Searchable document fragments

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

***
---

### getService()

Expand All @@ -426,7 +426,7 @@ Searchable document fragments

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

***
---

### registerService()

Expand All @@ -448,7 +448,7 @@ Searchable document fragments

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

***
---

### getSetting()

Expand All @@ -470,7 +470,7 @@ Searchable document fragments

[packages/core/src/runtime.ts:372](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L372)

***
---

### getConversationLength()

Expand All @@ -492,7 +492,7 @@ The number of recent messages to be kept in memory.

[packages/core/src/runtime.ts:394](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L394)

***
---

### registerAction()

Expand All @@ -518,7 +518,7 @@ The action to register.

[packages/core/src/runtime.ts:402](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L402)

***
---

### registerEvaluator()

Expand All @@ -540,7 +540,7 @@ The evaluator to register.

[packages/core/src/runtime.ts:411](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L411)

***
---

### registerContextProvider()

Expand All @@ -562,7 +562,7 @@ The context provider to register.

[packages/core/src/runtime.ts:419](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L419)

***
---

### processActions()

Expand Down Expand Up @@ -594,7 +594,7 @@ The message to process.

[packages/core/src/runtime.ts:428](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L428)

***
---

### evaluate()

Expand Down Expand Up @@ -630,7 +630,7 @@ The results of the evaluation.

[packages/core/src/runtime.ts:501](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L501)

***
---

### ensureParticipantExists()

Expand Down Expand Up @@ -662,7 +662,7 @@ An error if the participant cannot be added.

[packages/core/src/runtime.ts:572](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L572)

***
---

### ensureUserExists()

Expand Down Expand Up @@ -698,7 +698,7 @@ The user name to ensure the existence of.

[packages/core/src/runtime.ts:588](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L588)

***
---

### ensureParticipantInRoom()

Expand All @@ -722,7 +722,7 @@ The user name to ensure the existence of.

[packages/core/src/runtime.ts:608](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L608)

***
---

### ensureConnection()

Expand Down Expand Up @@ -752,7 +752,7 @@ The user name to ensure the existence of.

[packages/core/src/runtime.ts:619](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L619)

***
---

### ensureRoomExists()

Expand Down Expand Up @@ -783,7 +783,7 @@ An error if the room cannot be created.

[packages/core/src/runtime.ts:655](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L655)

***
---

### composeState()

Expand Down Expand Up @@ -813,7 +813,7 @@ The state of the agent.

[packages/core/src/runtime.ts:668](https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L668)

***
---

### updateRecentMessageState()

Expand Down
Loading

0 comments on commit 3b5f276

Please sign in to comment.