Wykres commitów

1215 Commity (old-agentic-v1)

Autor SHA1 Wiadomość Data
Travis Fischer 577d9299e4 feat: revert tasuku 2023-06-23 15:09:40 -07:00
Travis Fischer c1a4b84814 feat: add tasuku for task hierarchy logging 2023-06-23 15:09:40 -07:00
Travis Fischer 2e136981e8 feat: add getEnv function 2023-06-23 15:09:40 -07:00
Travis Fischer 51c9059ea7 🐫 2023-06-23 15:09:40 -07:00
Travis Fischer 744403d608 🍛 2023-06-23 15:09:40 -07:00
Travis Fischer 38afbe8588 feat: add support for messages which are thunks 2023-06-23 15:09:40 -07:00
Travis Fischer 5db5681d73 Merge branch 'main' into feature/hook-priorities 2023-06-23 13:17:13 -07:00
Philipp Burckhardt fc7b2568a7 feat: replace zod-to-ts with zod-to-json-schema #25 2023-06-23 16:17:01 -04:00
Philipp Burckhardt f2ece8a957 docs: update bug report template 2023-06-22 09:35:54 -04:00
Philipp Burckhardt 91689bd07e docs: fix indentation in bug report template 2023-06-21 23:00:03 -04:00
Philipp Burckhardt 6af4ac6658 docs: fix file extension 2023-06-21 22:57:24 -04:00
Philipp Burckhardt f74c64c541 build: fix version and update issue config 2023-06-21 22:55:06 -04:00
Philipp Burckhardt 59f1ab1487 docs: add bug report template 2023-06-21 22:46:39 -04:00
Philipp Burckhardt 2e0c62839d docs: add CODEOWNERS file 2023-06-21 22:46:11 -04:00
Philipp Burckhardt 0ca6315157 docs: add PR template 2023-06-21 22:31:02 -04:00
Philipp Burckhardt 039ea6db39 docs: add citation file 2023-06-21 22:27:26 -04:00
Philipp Burckhardt 9e83044745 build: add issue config file 2023-06-21 22:25:41 -04:00
Philipp Burckhardt 711a9d1ad2 build: add dependabot.yml file 2023-06-21 22:24:49 -04:00
Philipp Burckhardt ca9e1b5e32 fix: set metadata when skipping call 2023-06-21 16:52:49 -04:00
Philipp Burckhardt aebdc73b53 fix: avoid find calls 2023-06-21 16:48:33 -04:00
Philipp Burckhardt 1f9d2c879f docs: add comment 2023-06-21 16:36:00 -04:00
Philipp Burckhardt 603e37f49d feat: add support for hook priorities and hook return values 2023-06-21 16:20:18 -04:00
Philipp Burckhardt 65e3733e5e feat: improve JSON extraction 2023-06-21 14:33:15 -04:00
Philipp Burckhardt dbd8603a74 docs: add TSDoc comments 2023-06-20 22:36:38 -04:00
Philipp Burckhardt 39f4583499 fix: always assign result and update snapshots 2023-06-20 11:36:28 -04:00
Philipp Burckhardt 6b4bbbf8d5 chore: rename file and add tests 2023-06-20 10:55:28 -04:00
Philipp Burckhardt f37ec4052e refactor: move parse functions to own file and add tests 2023-06-20 10:23:46 -04:00
Philipp Burckhardt 16736075fa feat: switch zod-to-ts to zod-to-json-schema 2023-06-19 20:24:25 -04:00
Philipp Burckhardt 0e282fc210 docs: add TSDoc comments 2023-06-19 15:59:54 -04:00
Philipp Burckhardt e5c154a527 feat: separate out functions, generate minified JSON, improve Boolean handling 2023-06-19 15:04:42 -04:00
Philipp Burckhardt 6543218572 fix: re-add missing schemas 2023-06-19 13:30:54 -04:00
Philipp Burckhardt c4a33a93bd docs: add TSDoc comments and resolve lint errors 2023-06-19 11:51:22 -04:00
Philipp Burckhardt 744b6f95fd refactor: avoid deleting conversations 2023-06-19 11:24:21 -04:00
Philipp Burckhardt 5dc65674b9 build: add TSDoc linting and update deps 2023-06-19 10:32:53 -04:00
Travis Fischer 7cd64d90f3 feat: move withHumanFeedback to a Task method 2023-06-18 11:02:55 -07:00
Travis Fischer 12211e2e1b feat: switch from @agentic/openai-fetch to openai-fetch 2023-06-17 22:52:22 -07:00
Travis Fischer fb9c84dd45 🛏 2023-06-17 22:40:01 -07:00
Travis Fischer e248bb2a8d 🏔 2023-06-17 22:40:01 -07:00
Travis Fischer b690f9b78a 🛎 2023-06-17 22:40:01 -07:00
Travis Fischer cadccd9396 🤦 2023-06-17 22:40:01 -07:00
Travis Fischer d960fda730 👝 2023-06-17 22:40:01 -07:00
Travis Fischer b4d54ce294 2023-06-17 22:40:01 -07:00
Travis Fischer a4cb592a2d fix: misc fixes for SeardAndCrawlTool 2023-06-17 22:40:01 -07:00
Travis Fischer 0386410783 feat: add SearchAndCrawlTool 2023-06-17 22:40:01 -07:00
Philipp Burckhardt f0ad4199a2 chore: update lock file 2023-06-16 20:13:50 -04:00
Philipp Burckhardt b72b4baa2d chore: bump dependencies
Notice that the major update of tsup uses esbuild v0.18.0 under the hood,
which has breaking changes with respect to
how tsconfig.json files are handled. The `tsup.config.ts` file has been updated to preserve
the existing behavior.

See the esbuild release notes at:
https://github.com/evanw/esbuild/releases/tag/v0.18.0 for more information.
2023-06-16 20:06:48 -04:00
Philipp Burckhardt 6c46a28292 feat: allow passing array of sections instead of entire message 2023-06-16 20:03:02 -04:00
Philipp Burckhardt 825f922c3d feat: add pre- and post-hooks and cause retries in feedback
PR-URL: #21
2023-06-16 19:05:07 -04:00
Philipp Burckhardt 6baed43f12 feat: add before and after hook types 2023-06-16 17:24:32 -04:00
Philipp Burckhardt 21674c938f docs: send email upon completion in example 2023-06-16 15:43:32 -04:00