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

prepare for monorepo #9

Merged
merged 40 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
01182d1
chore: package format updates
inverted-capital Oct 24, 2024
f2219d2
refactor: split artifact into napps
inverted-capital Oct 27, 2024
d91e141
fmt
inverted-capital Oct 27, 2024
e8b18a5
feat(execution): action creators read in napp.jsonc
inverted-capital Oct 28, 2024
3ba3908
refactor: break apart global types into package domains
inverted-capital Oct 30, 2024
f5100c5
feat: trail replaces accumulator
inverted-capital Nov 1, 2024
4a1dc4d
feat: export napp.json from all packages
inverted-capital Nov 1, 2024
4a26605
napp example config
inverted-capital Nov 2, 2024
70a49ff
refactor: remove kvoauth from server
inverted-capital Nov 4, 2024
e179f87
refactor: explode out engine components
inverted-capital Nov 4, 2024
3e3255a
feat(api): NappApi interface defined
inverted-capital Nov 7, 2024
cbebeb5
refactor(api): refine napp-api interface names
inverted-capital Nov 10, 2024
869933e
feat(execution): Trail runs an actual napp function
inverted-capital Nov 12, 2024
1c11c5e
fix(execution): trail test passes
inverted-capital Nov 12, 2024
a6a22e9
feat(execution): add file payloads to trail
inverted-capital Nov 15, 2024
243a333
refactor: move openai to jsr version
inverted-capital Nov 15, 2024
6c65aec
refactor(execution): move files resolver out
inverted-capital Nov 18, 2024
2f7cc0c
feat(shockwave): sketch out interface and update README.md
inverted-capital Nov 18, 2024
b376328
refactor: allow undefined on jsonvalue types
inverted-capital Nov 18, 2024
5d1fbb5
refactor: rename eval-file-runner to evals
inverted-capital Nov 18, 2024
269e8d7
refactor(api): convert interfaces to readonly
inverted-capital Nov 21, 2024
f915da2
feat(git-kv): add design reasoning
inverted-capital Dec 9, 2024
e712f66
bring in concat and pdfs napps
inverted-capital Dec 12, 2024
00577df
feat(crawl): ability to crawl pages in an LLM friendly way
inverted-capital Dec 13, 2024
cf54a1a
feat(chat): add chat extraction tool and YouTube audio downloader
inverted-capital Dec 15, 2024
788fdc5
chore(deno): add version field to deno.json
inverted-capital Dec 15, 2024
b732685
fix(chat): update main function signature to return a Promise<void>
inverted-capital Dec 15, 2024
bd95b47
chore(chat): update CLI permissions and version, refactor output path…
inverted-capital Dec 15, 2024
bbfdf2d
chore(chat): update import path for @std/path to use versioned module
inverted-capital Dec 15, 2024
623291e
feat(napp-tools): enhance nappSchema and add NAPP format specification
inverted-capital Dec 16, 2024
daf7bfe
add net access to chatgpt.com
inverted-capital Dec 16, 2024
226843b
make cli be main export
inverted-capital Dec 16, 2024
e850dd9
chore(chat): bump version to 0.0.6 and update conversation output format
inverted-capital Dec 16, 2024
599fe11
instructions
inverted-capital Dec 16, 2024
a0f07fd
wordy project map instructions
inverted-capital Dec 16, 2024
beedb46
compacted project map instructions
inverted-capital Dec 16, 2024
2e1f53a
add math spec for chat module
inverted-capital Dec 17, 2024
8a48cc3
update to render in github
inverted-capital Dec 17, 2024
aaa7c3a
add partial end compartment for dynamic code
inverted-capital Dec 18, 2024
eefad39
seed the stucks napp
inverted-capital Dec 19, 2024
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
Prev Previous commit
Next Next commit
chore(deno): add version field to deno.json
  • Loading branch information
inverted-capital committed Dec 15, 2024
commit 788fdc553032112b5aa5df5952a1a24aa11c18b2
1 change: 1 addition & 0 deletions utils/chat/deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@dreamcatcher/chat",
"version": "0.0.1",
"tasks": {
"test": "deno test --allow-net --allow-read --allow-write"
},
Expand Down