Commit Graph
95 Commits
Author SHA1 Message Date
Timothy Jaeryang Baek bb9fd9c789 feat: time-ui 2025-09-18 21:32:13 -05:00
Timothy Jaeryang Baek 06881380e4 refac 2025-09-08 20:26:51 +04:00
Timothy Jaeryang Baek a8f61b862f feat: get system oauth token 2025-09-08 18:35:00 +04:00
Timothy Jaeryang Baek 0ae33ba672 refac 2025-09-08 18:12:03 +04:00
Tim Jaeryang Baek bcd7ca4d57 Merge pull request #57 from taylorwilsdon/google_pse
feat: Add Google Programmable Search Engine (PSE) Tool Server
2025-09-01 11:52:29 +04:00
Tim Jaeryang Baek 235dc7133a Merge pull request #55 from dannyl1u/enh/gitignore
enh: update .gitignore to ignore build artifacts and dependencies
2025-09-01 11:52:09 +04:00
Timothy Jaeryang Baek 526027e639 feat: get-tokens-from-cookies 2025-09-01 11:51:46 +04:00
Taylor Wilsdon 549ed0803b revert readme change 2025-07-17 15:06:02 -04:00
Taylor Wilsdon 089ecbdbbd add Google PSE OpenAPI tool server 2025-07-17 15:04:07 -04:00
dannyl1u 2faa65510a enh: gitignore 2025-06-28 10:53:21 -07:00
Tim Jaeryang Baek 5336f1f41e Merge pull request #53 from jackthgu/bitcoin-price-example
feat: Add Bitcoin Price Predictor API server
2025-06-23 17:00:46 +04:00
Taehong Gu b348055485 Add bitcoin price predictor for external tool server 2025-06-23 21:55:08 +09:00
Timothy Jaeryang Baek 2ecb9fc118 Update README.md 2025-06-06 16:21:22 +04:00
Timothy Jaeryang Baek 2cc73881eb feat: sql server 2025-06-05 11:37:43 +04:00
Timothy Jaeryang Baek c6a791d1e1 feat: external rag example 2025-06-05 11:03:35 +04:00
Taylor Wilsdon b30ad45f78 Merge branch 'open-webui:main' into main 2025-05-10 17:36:45 -04:00
Tim Jaeryang Baek 2b7844d634 Merge pull request #37 from x-isopod-x/dev/isopod/summarizer
feat: Summarizer FastAPI tool
2025-04-28 13:06:34 -07:00
Tim Jaeryang Baek 794cc5884d Merge pull request #35 from taylorwilsdon/slack_openapi_server
feat: Add OpenAPI Slack Server
2025-04-28 13:06:10 -07:00
Taylor Wilsdon ab5ac99502 Update README.md 2025-04-23 18:53:43 -04:00
Taylor Wilsdon 1e69956afa Update README.md 2025-04-23 17:12:07 -04:00
Taylor Wilsdon 2ab51364b6 Update README.md 2025-04-23 17:02:13 -04:00
Taylor Wilsdon 0c285e8ea3 clean up + trim trailing whitepsace 2025-04-21 14:01:50 -04:00
Taylor Wilsdon fe6db28cfe Add server api key docs 2025-04-21 14:01:43 -04:00
isopod e597b248da Summarizer FastAPI tool 2025-04-20 20:10:56 -04:00
Taylor Wilsdon 49900846d0 refac: reuse shared httpx client and concurrent channel history fetch for major performance gain 2025-04-20 19:51:36 -04:00
Taylor Wilsdon 565a563a77 implement review feedback, add auth, logging, and improve robustness 2025-04-20 19:44:52 -04:00
Taylor Wilsdon 08dff6aaeb cleanup 2025-04-18 10:29:32 -04:00
Taylor Wilsdon a7aeb64112 Merge branch 'slack_openapi_server' of github.com:taylorwilsdon/openapi-servers into slack_openapi_server 2025-04-18 10:19:22 -04:00
Taylor Wilsdon e9757341c2 Update readme 2025-04-18 10:19:11 -04:00
Taylor Wilsdon fa3eda516e Delete servers/slack/slack.ts 2025-04-18 10:17:08 -04:00
Taylor Wilsdon fd91c939f2 Update README.md 2025-04-17 16:17:58 -07:00
Taylor Wilsdon fbd765fa4e stub out readme 2025-04-17 16:00:27 -07:00
Taylor Wilsdon d86da0e399 fix pydantic json schema warnings 2025-04-17 15:59:58 -07:00
Taylor Wilsdon f27804f4f9 fix pydantic json schema warnings 2025-04-17 15:59:49 -07:00
Taylor Wilsdon bd133a7578 stub out readme 2025-04-17 15:42:35 -07:00
Taylor Wilsdon 77ab1cd9ec Slack OpenAPI server 2025-04-17 15:39:27 -07:00
Tim Jaeryang Baek 134d4e6778 Merge pull request #34 from taylorwilsdon/filesystem_enh
feat: Implement delete confirmation system, general filesystem operation improvements
2025-04-17 12:41:04 -07:00
Taylor Wilsdon 51887d2aef merge 2025-04-17 11:45:32 -07:00
Taylor Wilsdon 90ab5c0686 improve deletion flow with shorter confirmations 2025-04-17 11:44:58 -07:00
Taylor Wilsdon 4de55a5c95 Update main.py 2025-04-17 11:13:05 -07:00
Taylor Wilsdon 2b08d17ddc Update main.py 2025-04-17 11:12:51 -07:00
Taylor Wilsdon 5478ae007b migrate pending confirmation store to local filestore for persistence between sessions 2025-04-17 11:09:44 -07:00
Taylor Wilsdon 569d8905ef re-implement pending_confirmation 2025-04-17 10:43:48 -07:00
Taylor Wilsdon 8bd8f1d712 fix relative import 2025-04-17 09:32:34 -07:00
Taylor Wilsdon b0b1e6eb6d Implement more reliable mechanism for file delete confirmation 2025-04-17 09:31:57 -07:00
Taylor Wilsdon 2110943fde absolute import for config 2025-04-14 21:30:26 -04:00
Taylor Wilsdon 07be65fcf7 Refactor allowed directories to config.py; implement two-step delete_path with token-based confirmation and pending state; update related models, validation, and error handling 2025-04-14 20:46:53 -04:00
Timothy Jaeryang Baek 455993c7e1 Update README.md 2025-04-10 18:58:06 -07:00
Timothy Jaeryang Baek 0ddc2b8fbe Update README.md 2025-04-10 18:33:01 -07:00
Timothy Jaeryang Baek 892d976992 Update README.md 2025-04-10 18:32:44 -07:00