Skip to content

Commit

Permalink
upd: rebuilt docs and bumped version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyKhd committed Jan 15, 2025
1 parent c923d47 commit 6e92b8c
Show file tree
Hide file tree
Showing 175 changed files with 3,467 additions and 2,321 deletions.
236 changes: 149 additions & 87 deletions docs/api/classes/AgentRuntime.md

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/api/classes/CacheManager.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[@elizaos/core v0.1.7](../index.md) / CacheManager
[@elizaos/core v0.1.8+build.1](../index.md) / CacheManager

# Class: CacheManager\<CacheAdapter\>

## Type Parameters

**CacheAdapter** _extends_ [`ICacheAdapter`](../interfaces/ICacheAdapter.md) = [`ICacheAdapter`](../interfaces/ICacheAdapter.md)
**CacheAdapter** *extends* [`ICacheAdapter`](../interfaces/ICacheAdapter.md) = [`ICacheAdapter`](../interfaces/ICacheAdapter.md)

## Implements

Expand All @@ -26,7 +26,7 @@

#### Defined in

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

## Properties

Expand All @@ -36,7 +36,7 @@
#### Defined in

[packages/core/src/cache.ts:91](https://github.com/elizaOS/eliza/blob/main/packages/core/src/cache.ts#L91)
[packages/core/src/cache.ts:91](https://github.com/JoeyKhd/eliza/blob/main/packages/core/src/cache.ts#L91)

## Methods

Expand All @@ -62,9 +62,9 @@

#### Defined in

[packages/core/src/cache.ts:97](https://github.com/elizaOS/eliza/blob/main/packages/core/src/cache.ts#L97)
[packages/core/src/cache.ts:97](https://github.com/JoeyKhd/eliza/blob/main/packages/core/src/cache.ts#L97)

---
***

### set()

Expand Down Expand Up @@ -92,9 +92,9 @@

#### Defined in

[packages/core/src/cache.ts:116](https://github.com/elizaOS/eliza/blob/main/packages/core/src/cache.ts#L116)
[packages/core/src/cache.ts:116](https://github.com/JoeyKhd/eliza/blob/main/packages/core/src/cache.ts#L116)

---
***

### delete()

Expand All @@ -114,4 +114,4 @@

#### Defined in

[packages/core/src/cache.ts:123](https://github.com/elizaOS/eliza/blob/main/packages/core/src/cache.ts#L123)
[packages/core/src/cache.ts:123](https://github.com/JoeyKhd/eliza/blob/main/packages/core/src/cache.ts#L123)
Loading

0 comments on commit 6e92b8c

Please sign in to comment.