Skip to content

Commit df17626

Browse files
authored
Merge branch 'main' into telegram-client-fixes
2 parents 3b61e61 + 7875865 commit df17626

File tree

310 files changed

+43130
-2765
lines changed

Some content is hidden

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

310 files changed

+43130
-2765
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
echo "TEST_DATABASE_CLIENT=sqlite" > packages/core/.env.test
3131
echo "NODE_ENV=test" >> packages/core/.env.test
3232
33-
- name: Run tests
34-
run: cd packages/core && pnpm test
33+
# - name: Run tests
34+
# run: cd packages/core && pnpm test // YOLO FOR NOW
3535

3636
- name: Build packages
3737
run: pnpm run build

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ characters/
3737

3838
packages/core/src/providers/cache
3939
packages/core/src/providers/cache/*
40-
cache/*
40+
cache/*
41+
packages/core/cache/*

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
# Getting Started
2525

2626
**Prerequisites (MUST):**
27-
27+
28+
- [Python 2.7+](https://www.python.org/downloads/)
2829
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
2930
- [pnpm](https://pnpm.io/installation)
3031

characters/trump.character.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "trump",
33
"clients": [],
4+
"modelProvider": "openai",
45
"settings": {
56
"secrets": {},
67
"voice": {
@@ -73,7 +74,6 @@
7374
"knows Kamala's REAL tax plans (coming for everything)",
7475
"saw what they did to Minneapolis (and other cities)"
7576
],
76-
7777
"messageExamples": [
7878
[
7979
{

0 commit comments

Comments
 (0)