Reintroducing just the packaging changes #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
now updated by removing all changes
adding my files back in
readme
replaced vec with arch specific, ugh
addin the sqlite vec back in
transfer
update
adding buildspec parameters
update
fixup it run
workaround TS2741: Property '[Symbol.dispose]' is missing in type 'Timer' but required in type 'Timeout'.
removing the timeout
workaround for build error
client:build: > client@ build /mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/client client:build: > pnpm run extract-version && tsc -b && vite build client:build:
client:build:
client:build: > client@ extract-version /mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/client client:build: > bash ./version.sh
client:build:
client:build: info.json created with version: 0.25.6-alpha.1 client:build: src/components/audio-recorder.tsx:203:13 - error TS2741: Property '[Symbol.dispose]' is missing in type 'Timer' but required in type 'Timeout'. client:build:
client:build: 203 timerTimeout = setTimeout(() => {
client:build: ~~~~~~~~~~~~
client:build:
client:build: ../node_modules/@types/node/timers.d.ts:130:17
client:build: 130 Symbol.dispose: void;
client:build: ~~~~~~~~~~~~~~~~
client:build: '[Symbol.dispose]' is declared here.
client:build:
client:build:
client:build: Found 1 error.
adding multiply script
removing packages to match develop
remove key
fixed
removing client for now, sorry
build success
now running with remote debugging
adding experimental chars
adding launch for example
vendored twitter
updated client-twitter wip
integrate twitter client into agent
lets test
update submodules
adhoc changes
reintroduce changes
update packages
betting on this one
this worrks locally
fix
move the login to the head
bugfix
update service
change docker version in tokenizer
major update
just load all the chars in the char directory,
If you dont want them, delete them.
wip
start of adding discord
runs and errors
add perms
adding ffmpeg
update submodules
adding new module tts
squash
parent dc3d413
author mike dupont mike.dupont@introspector.local 1741035888 -0500 committer mike dupont mike.dupont@introspector.local 1741471949 -0500
wip
update submodules
update submodules
debug DISCORD
now we are testing just discord via default char in debug mode
update
update
adding debugging
working much better
submodules
use new get secrets
use number 7
adding ffmpeg to final image
docker
adding telegram
update buildspec
keep all features
removing wrong code
Relates to
Risks
Background
What does this PR do?
What kind of change is this?
Documentation changes needed?
Testing
Where should a reviewer start?
Detailed testing steps