Emir Karabeg
5e11c75cf0
chore[landing]: update ghs
2025-03-19 02:36:26 -07:00
Emir Karabeg
ba36669d90
fix[notifications]: error text wrapping
2025-03-19 02:24:18 -07:00
Waleed Latif
eb5d01956e
feat/codegen: added initial outline for sdk, added api keys table & view ( #126 )
...
* feat[sdk]: added scaffolding for sdk pkg
* feat[sdk]: simplified usage of tools for agent block
* fix[sdk]: added api key directly into AgentOptions
* fix[sdk]: simplified the conditional block by removing the code input since we don't need it
* feat[sdk]: added account-level api keys & db table to manage them
2025-03-18 17:49:50 -07:00
Faizan Ahmed
ed5f8a93dd
fix: docker setup ( #125 )
2025-03-18 16:05:30 -07:00
Waleed Latif
652e0b205c
fix[docker]: fixed devcontainer to match new file structure
2025-03-18 13:34:31 -07:00
Waleed Latif
4d07eaf541
docs: update README.md
2025-03-17 23:45:34 -07:00
Waleed Latif
9c4b27f5d3
fix[db]: fix logging for verification code on signup in dev mode
2025-03-17 23:33:04 -07:00
Emir Karabeg
b10a59034b
chore[landing]: updated ghs
2025-03-17 20:35:52 -07:00
Emir Karabeg
d329614c44
fix: deployment bug with store types
2025-03-17 17:32:50 -07:00
Emir Karabeg
d904c1e38e
feat[agents]: added folder structure for agent builder
2025-03-17 17:17:25 -07:00
Waleed Latif
b95707f29c
feat[docker]: add disable auth option for local development, can freely navigate pages
2025-03-17 17:16:26 -07:00
Waleed Latif
aa960afad8
feat[auth]: when no resend key is provided for emails, log instead
2025-03-17 17:13:18 -07:00
Waleed Latif
ac6f284c42
feat: added dependabot weekly, automerges PRs for minor/patch updates
2025-03-17 14:26:52 -07:00
Waleed Latif
4d66494f36
tests[tools]: added tests for some specific tools & general execution of tools
2025-03-17 13:32:00 -07:00
Waleed Latif
b41982558d
chore: updated prettier config and ran format, updated README
2025-03-17 12:25:01 -07:00
Emir Karabeg
21105363e4
Improvement/sync ( #101 )
...
* fix(dbsync): resolved workflow disappearing error
* fix(dbsync): new session w/ no local storage correct loading
2025-03-17 01:20:43 -07:00
Waleed Latif
44609b49cd
fix[db]: updated workflow table schema to include collaborators
2025-03-17 00:42:55 -07:00
Waleed Latif
b72154ce51
test[serializer]: added tests for serializer
2025-03-17 00:18:04 -07:00
Waleed Latif
151214632c
tests[executor]: added more tests for executor, removed app/tests directory, added github workflow to run tests upon push to main
2025-03-16 18:06:23 -07:00
Waleed Latif
f1c61487eb
test[executor]: migrated from jest to vitest, added some tests for executor
2025-03-16 16:37:45 -07:00
Waleed Latif
622e05a430
chore: added code of conduct, security guidelines. updated issue templates, CONTRIBUTING, README
2025-03-16 15:20:27 -07:00
Waleed Latif
7017cd4629
improvement: added picker to google drive block
2025-03-16 14:13:05 -07:00
Waleed Latif
aebc8e9578
improvement: use google file/folder picker instead of custom picker to remove requirement of restricted scopes. co-localize many input components and move them out of general components/ui/
2025-03-16 13:56:29 -07:00
Waleed Latif
bdf123c2bd
improvement: added scrolling navigation to logs + general improvements
2025-03-15 15:48:49 -07:00
Waleed Latif
6215a6e8da
feat(logs): added gantt chart/trace span for workflow executions
2025-03-15 15:36:16 -07:00
Waleed Latif
58127a00c0
improvement: consolidated copy button component for reuse
2025-03-15 05:57:09 -07:00
Waleed Latif
7c34004223
feat(logs): added tool calls + time to execute to logs, updated workflow_logs db to include metadata
2025-03-15 05:52:24 -07:00
Waleed Latif
dfa9275aa8
fix(evaluator): fix evaluator block to return lowercase metric names
2025-03-15 04:19:24 -07:00
Waleed Latif
1f71f5cc47
feat(docs): added connections + execution docs
2025-03-15 04:14:16 -07:00
Waleed Latif
1e4b60c07e
feat(docs): added connections page
2025-03-14 18:39:34 -07:00
Waleed Latif
c3f666383f
chore: cleanup root of repo by removing unused cli pacakge
2025-03-14 18:13:04 -07:00
Waleed Latif
95ce00f51d
chore: added husky + ran format
2025-03-14 18:09:10 -07:00
Waleed Latif
ef467537d5
docs: Updated dockerfile and README
2025-03-14 18:03:53 -07:00
Waleed Latif
13134f801c
fix: remove duplicate middleware, add some docs content
2025-03-14 17:18:17 -07:00
Waleed Latif
c3aa3261f5
feat: redact api keys from console log for tool calls
2025-03-14 16:27:43 -07:00
Waleed Latif
42822482fd
fix: route to /w after signup, remove deprecated getSessionCookie function
2025-03-14 16:16:25 -07:00
Waleed Latif
4deef0b769
fix: removed multiple account oauth functionality, updated better-auth to acknowledge security vulnerability
2025-03-14 16:07:34 -07:00
Waleed Latif
afb8c9ea26
feat(docs): added additional content to docs about execution
2025-03-14 10:57:24 -07:00
Waleed Latif
271a296f8f
fix: redirects /w to /w/1
2025-03-14 10:14:13 -07:00
Waleed Latif
200d6ee025
docs: simplify issue template & pr template
2025-03-13 16:38:00 -07:00
Waleed Latif
60ee86c71d
docs: updated docker + README to reflect new monorepo structure, removed husky
2025-03-13 16:33:14 -07:00
Waleed Latif
0b6af3965a
fix: remove Git LFS and restore original docs files
2025-03-13 16:15:35 -07:00
Waleed Latif
2c468fa91d
fix: updated gitignore, gitattributes, moved public to sim/
2025-03-13 15:16:43 -07:00
Waleed Latif
8bd26159a7
bomba
2025-03-13 15:06:25 -07:00
Waleed Latif
145bd0cca6
feat(docs): added more docs, cleaned up
2025-03-13 13:10:50 -07:00
Waleed Latif
0362bc32a9
feat(docs): added docs
2025-03-13 00:46:29 -07:00
Waleed Latif
7ee1ab1d78
fix: remove duplicate verification emails sent on signup
2025-03-12 12:09:55 -07:00
Waleed Latif
9dc26148bb
chore: updated privacy policy
2025-03-12 11:44:49 -07:00
Waleed Latif
600edee8b6
feat(tools): added folder-selector component, added to gmail read tool
2025-03-12 02:35:53 -07:00
Waleed Latif
decc138350
feat(logger): added logger to remainder of files
2025-03-12 01:35:04 -07:00