| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-21 | more attempts to cleanup typing, etc in chat box | bobzel | |
| 2025-01-21 | trying to cleanup chatBox code and types | bobzel | |
| 2025-01-21 | fixed merge error | bobzel | |
| 2025-01-21 | Merge branch 'master' into alyssa-agent | bobzel | |
| 2025-01-13 | commit createdocumenttool | alyssaf16 | |
| 2025-01-13 | commit chatbox | alyssaf16 | |
| 2024-12-20 | working new tool | A.J. Shulman | |
| 2024-12-19 | image generation works better | A.J. Shulman | |
| 2024-12-18 | image creation works but is weird | A.J. Shulman | |
| 2024-12-18 | trying new image generation plus new implementaion of video and audio | A.J. Shulman | |
| 2024-12-18 | better | A.J. Shulman | |
| 2024-11-26 | website glitch fixed | alyssaf16 | |
| 2024-11-22 | added initial Firefly endpoint and hanged smartDrawHandler to generate an ↵ | bobzel | |
| image and an svg. | |||
| 2024-11-13 | dashboard functioning | alyssaf16 | |
| 2024-11-13 | 4 hours later...dashboard i think working | alyssaf16 | |
| 2024-11-12 | image doc working | alyssaf16 | |
| 2024-11-12 | comparison box with assistant working | alyssaf16 | |
| 2024-11-12 | flashcards w assistant finally workgit add -A | alyssaf16 | |
| 2024-11-08 | Displays markdown again now | A.J. Shulman | |
| 2024-11-08 | displays much better with citations inline | A.J. Shulman | |
| 2024-11-08 | looks better still some things to work out | A.J. Shulman | |
| 2024-11-07 | making it work even better | A.J. Shulman | |
| 2024-11-07 | working to create docs but wrong doc types/not compatible with LLM | A.J. Shulman | |
| 2024-11-07 | trying to add a new create any doc tool | A.J. Shulman | |
| 2024-11-06 | Enhance assistant security with structured validation and input sanitization | A.J. Shulman | |
| - Prompt enhancements: - Enforce strict response structure validation by requiring <stage>, <thought>, <action>, and <answer> tags in responses. - Add self-validation instruction in <final_instruction> for assistant to check response structure before outputting. - Instruct assistant to ignore XML-like syntax from user input, treating any <stage>, <action>, etc., as plain text. - Code changes: - Implement `validateAssistantResponse` function to enforce required response structure (e.g., ensuring <stage> element). - Add input sanitization using `lodash.escape` to treat user inputs as plain text, preventing XML or HTML injection. - Configure XML parser to ignore external entities and avoid interpreting embedded XML-like syntax. - Introduce fallback error handling in parsing and validation to prevent assistant crashes on malformed or unexpected input. - Log response errors with detailed messages to aid debugging and improve system resilience. - Enhance input validation for tools by adding parameter checks, handling malformed data gracefully, and logging safety errors. | |||
| 2024-11-04 | Merge branch 'ajs-finalagent' into alyssa-agent | alyssaf16 | |
| 2024-11-04 | Updates | alyssaf16 | |
| 2024-10-31 | nesting works | alyssaf16 | |
| 2024-10-30 | version 5 working | alyssaf16 | |
| 2024-10-30 | version 4 of restructuring | alyssaf16 | |
| 2024-10-27 | redesigning to make structure recursive | alyssaf16 | |
| 2024-10-24 | create documents | alyssaf16 | |
| 2024-10-22 | fixed websearch tool endpoint so it only returns displayable results in ↵ | A.J. Shulman | |
| Dash; also fixed type checking but needs to be improved | |||
| 2024-10-20 | changed to generic addLinkedDoc | A.J. Shulman | |
| 2024-10-17 | added create text doc tool with font color and background color and fixed no ↵ | A.J. Shulman | |
| tool | |||
| 2024-10-17 | Removed awaits inside loops and made Parameters readonly for better type safety | A.J. Shulman | |
| 2024-10-17 | Implemented strict typechecking for tools, specifically tool inputs | A.J. Shulman | |
| 2024-10-15 | tried something for typechecking but way too overcomplicated | A.J. Shulman | |
| 2024-10-10 | added new file header comments and fixed some error handling | A.J. Shulman | |
| 2024-09-30 | upate AJ assistant from master and fix some lint errors | bobzel | |
| 2024-09-19 | added comments and fixed some styling and error handling | A.J. Shulman | |
| 2024-09-07 | added clarifying structural info to ReAct prompt (still ~69% shorter than ↵ | A.J. Shulman | |
| previous prompt) and shortened the RAG prompt | |||
| 2024-09-07 | completely restructured, added comments, and significantly reduced the ↵ | A.J. Shulman | |
| length of the prompt (~72% shorter and cheaper) | |||
