Commit Graph

121 Commits

Author SHA1 Message Date
geoffsee
c04e19611e Remove file upload functionality and related components
The `FileUploadStore` and all file upload features were removed, simplifying the chat interface. This change eliminates unused code, including file handling logic, attachment management, and UI elements, streamlining the application.
2025-05-27 15:15:45 -04:00
geoffsee
18ba4aec21 Update resume data and clean up welcome text
Revised job history in `resume_data.ts` to remove duplicate roles and update company details. Streamlined and updated links in `welcome_home_text.ts` for better clarity and alignment with current references.
2025-05-27 15:15:45 -04:00
geoffsee
d519534c7d Refactor store exports and cleanup unused code.
Removed the centralized store export file to streamline dependencies and replaced indirect imports with direct ones for better maintainability. Additionally, eliminated unused views in `ClientChatStore` and commented out redundant code in the assistant SDK.
2025-05-27 15:15:45 -04:00
geoffsee
afd539a245 Remove preprocessing workflow and related operators
This commit removes the preprocessing workflow, its operators, intent service, and associated functionality. Additionally, redundant logging and unnecessary comments have been cleaned up in the ChatService for better readability and maintainability.
2025-05-27 15:15:45 -04:00
geoffsee
f8bf65603c Refactor webhook processing to agent-focused architecture
Renames functions and variables to use "agent" terminology instead of "webhook" for consistency with updated architecture. Removes unused preprocessing workflows and streamlines the ChatSdk code. This improves code clarity and aligns naming with system functionality.
2025-05-27 15:15:45 -04:00
geoffsee
42f171ac05 reintroduce updated streaming pattern 2025-05-23 16:35:54 -04:00
geoffsee
0d20d1367a remove invalid import 2025-05-23 16:28:33 -04:00
geoffsee
7c53666c39 reintroduce proxy 2025-05-23 16:27:44 -04:00
Geoff Seemueller
68f1c67773 Update README.md
Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
2025-05-23 16:24:24 -04:00
geoffsee
8bb5015fab correct ooo for dev 2025-05-23 16:15:25 -04:00
geoffsee
7348ab1ccb semantics 2025-05-23 16:14:48 -04:00
geoffsee
a9c4f25ff3 revert pnpm to bun 2025-05-23 16:12:56 -04:00
geoffsee
9c7ad7724b fix build 2025-05-23 16:10:41 -04:00
geoffsee
fe51876e89 Remove commented-out code and update configurations
Deleted unused or commented-out code across multiple files to improve clarity and maintainability. Updated `kv_namespaces` in `wrangler.toml` and specified the package manager in `package.json`. Add placeholder values for development kv stores.
2025-05-23 14:36:35 -04:00
Geoff Seemueller
d7a346891f Update README.md
Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
2025-05-23 12:34:13 -04:00
Geoff Seemueller
dab97508d3 Update README.md
Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
2025-05-23 08:56:04 -04:00
Geoff Seemueller
965559910a Update README.md
Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
2025-05-23 08:55:09 -04:00
Geoff Seemueller
4427ba5296 Update README.md
Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
2025-05-22 23:35:16 -04:00
Geoff Seemueller
77fb288c4d Update README.md
Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
2025-05-22 23:34:16 -04:00
Geoff Seemueller
6ac7f2d65a Update README.md
Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>
2025-05-22 23:17:57 -04:00
geoffsee
33679583af init 2025-05-22 23:14:01 -04:00