Skip to content

Commit

Permalink
new examples for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 15, 2024
1 parent 1092164 commit 9341e97
Show file tree
Hide file tree
Showing 34 changed files with 1,726 additions and 2,036 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Alexible, scalable and customizable agent to do your bidding.
- Retrievable memory and document store
- Serverless artchitecture, deployable in minutes at scale with Cloudflare and Supabase
- Multi-agent and room support
- Reflection and summarization
- Summarization and summarization
- Goal-directed behavior

## Installation
Expand Down
14 changes: 7 additions & 7 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
export default {
preset: 'ts-jest',
testEnvironment: 'node',
rootDir: './src',
testMatch: ['**/*.test.ts'],
preset: "ts-jest",
testEnvironment: "node",
rootDir: "./src",
testMatch: ["**/*.test.ts"],
globals: {
__DEV__: true,
__TEST__: true,
__VERSION__: '0.0.1'
}
}
__VERSION__: "0.0.1",
},
};
Loading

0 comments on commit 9341e97

Please sign in to comment.