Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iFeature/promptbook #26

Open
wants to merge 10 commits into
base: feature/signoz
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,18 @@
[submodule "vendor/elizaos/client-twitter"]
path = vendor/elizaos/client-twitter
url = https://github.com/meta-introspector/client-twitter-eliza-zos
[submodule "vendor/ptbk/promptbook"]
path = vendor/ptbk/promptbook
url = https://github.com/jmikedupont2/promptbook
[submodule "vendor/ptbk/book-pbtk-zos"]
path = vendor/ptbk/book-pbtk-zos
url = https://github.com/meta-introspector/book-pbtk-zos
[submodule "vendor/ptbk/hello-world-node-js-pbtk-zos"]
path = vendor/ptbk/hello-world-node-js-pbtk-zos
url = https://github.com/meta-introspector/hello-world-node-js-pbtk-zos
[submodule "vendor/ptbk/hello-world-next-js-pbtk-zos"]
path = vendor/ptbk/hello-world-next-js-pbtk-zos
url = https://github.com/meta-introspector/hello-world-next-js-pbtk-zos
[submodule "vendor/ptbk/eliza-plugin-promptbook"]
path = vendor/ptbk/eliza-plugin-promptbook
url = https://github.com/meta-introspector/eliza-plugin-promptbook
9 changes: 5 additions & 4 deletions agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start_prof": "node --heap-prof --cpu-prof --prof --inspect-brk=0.0.0.0:9229 --require mytracing.js --loader ts-node/esm src/index.ts",
"start_debug": "node --inspect-brk=0.0.0.0:9229 --require mytracing.js --loader ts-node/esm src/index.ts",
"start": "node --loader ts-node/esm src/index.ts",
"start": "node --loader ts-node/esm src/index.ts",
"dev": "node --loader ts-node/esm src/index.ts",
"check-types": "tsc --noEmit",
"test": "jest"
Expand All @@ -20,18 +20,19 @@
"exec": "node --enable-source-maps --loader ts-node/esm src/index.ts"
},
"dependencies": {
"@elizaos-plugins/client-twitter": "workspace:*",
"@elizaos-plugins/plugin-twitter": "workspace:*",
"@elizaos/client-direct": "workspace:*",
"@elizaos-plugins/client-twitter" : "workspace:*",
"@elizaos/core": "workspace:*",
"@elizaos/plugin-bootstrap": "workspace:*",
"@elizaos-plugins/plugin-twitter": "workspace:*",
"agent-twitter-client": "workspace:*",
"@hapi/shot": "^6.0.1",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/auto-instrumentations-node": "^0.39.4",
"@opentelemetry/sdk-node": "^0.45.0",
"@types/hapi": "^18.0.14",
"@types/hapi__shot": "^6.0.0",
"agent-twitter-client": "workspace:*",
"eliza-plugin-promptbook": "workspace:*",
"readline": "1.3.0",
"ws": "8.18.0",
"yargs": "17.7.2"
Expand Down
5,223 changes: 4,631 additions & 592 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ packages:
- "docs"
- "packages/*"
- "vendor/elizaos/*"
- "vendor/ptbk/*"
- "vendor/ptbk/promptbook"
- "agent"
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"moduleResolution": "node",
"module": "nodenext",
"moduleResolution": "nodenext",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand Down
2 changes: 1 addition & 1 deletion vendor/elizaos/client-twitter
Submodule client-twitter updated 1 files
+2 −1 .gitignore
2 changes: 1 addition & 1 deletion vendor/elizaos/plugin-twitter
Submodule plugin-twitter updated 1 files
+1 −0 .gitignore
1 change: 1 addition & 0 deletions vendor/ptbk/book-pbtk-zos
Submodule book-pbtk-zos added at 30b182
1 change: 1 addition & 0 deletions vendor/ptbk/eliza-plugin-promptbook
1 change: 1 addition & 0 deletions vendor/ptbk/hello-world-node-js-pbtk-zos
1 change: 1 addition & 0 deletions vendor/ptbk/promptbook
Submodule promptbook added at 16bba3