175 Commits

Author SHA1 Message Date
Dex
9ff57a773e Merge branch 'main' into release-0.7.9 2025-06-17 08:12:26 -07:00
Sundeep Malladi
6862784c42 formatters ftw 2025-06-04 15:54:32 -05:00
Sundeep Malladi
c7802294d4 Docs and examples updates for email escalation (#200)
* Docs and examples updates for email escalation

* Add email escalation examples for TS/Py; Update docs

* Remove old example
2025-06-04 11:37:15 -05:00
dexhorthy
136dcc001b release: v0.7.9 2025-06-03 13:30:15 -07:00
dexhorthy
a1cc9be8b1 little cleanup 2025-06-02 14:52:05 -07:00
dexhorthy
005dab95a6 some cli usability changes 2025-06-02 13:48:40 -07:00
dexhorthy
e4fd91e504 release: v0.7.8 2025-05-29 08:54:45 -07:00
Sundeep Malladi
e940112f41 Rename hlyr to humanlayer; humanlayer to humanlayer-sdk 2025-05-28 15:31:21 -05:00
dexhorthy
3252dc0830 release: bump to next alpha 2025-04-14 16:15:26 -07:00
dexhorthy
7190c7b1c7 release: v0.7.7 2025-04-14 16:13:37 -07:00
dexhorthy
b1a3a17130 update-email 2025-04-14 09:21:57 -07:00
dexhorthy
f0106dd7d0 add example for gensx 2025-03-28 21:50:06 -07:00
dexhorthy
3e04f40b1d release: v0.7.6 2025-03-23 11:27:05 -07:00
dexhorthy
b59dee7687 wip on release 2025-03-21 15:24:31 -07:00
Timothy102
2e1b12fbd1 adding human response as second just because 2025-03-21 12:50:49 +01:00
Timothy102
f550f95d8c deleting langgraph 2025-03-20 18:16:56 +01:00
Timothy102
2ea82ffb2f lint 2025-03-20 18:14:42 +01:00
Timothy102
061573e2c4 thread_ts to function call, langchain python example 2025-03-20 18:11:11 +01:00
Timothy102
f3189f6937 small edits 2025-03-19 18:45:40 +01:00
Timothy102
c8cb31dc81 remove: python examples from ts branch 2025-03-19 18:11:59 +01:00
Timothy102
28236239ce Adding basic research langgraph example - equivalent to examples/langgraph python 2025-03-19 17:56:47 +01:00
Timothy102
323d5f3531 Elipsis comments 2025-03-19 15:54:25 +01:00
Timothy102
48991a49dc Adding langgraph support to humanlayer examples 2025-03-19 15:40:38 +01:00
dexhorthy
aac87ecd0f tweak wording/naming/etc 2025-03-03 12:15:20 -08:00
dexhorthy
2e3abd9caa release: v0.7.5 2025-02-24 09:26:22 -08:00
Dex
1e3d57e398 Merge pull request #145 from dbentley/dbentley/update_function_call_ts_doc
add escalate_email support
2025-02-24 07:43:48 -08:00
Dan Bentley
60df934174 stringify better 2025-02-21 17:40:48 -05:00
Dan Bentley
cec82e37b3 prettier 2025-02-21 17:18:27 -05:00
Dan Bentley
d86aa67cc8 fix whitespace 2025-02-21 17:13:13 -05:00
Dan Bentley
1795fc7fbb add example 2025-02-21 12:02:16 -05:00
Dex
0d3e0f5dec Update examples/chainlit/app.py 2025-02-20 17:12:57 -08:00
dexhorthy
021149207b docs and examples updates for vercel, chainlit, and more
- Add [quickstart guide for using the humanlayer typescript sdk](https://humanlayer.dev/docs/quickstart-typescript)
- Add [guide for using Function Calls for Classification](https://humanlayer.dev/docs/core/classifications) with human-in-the-loop
- Add [framework guide for using humanlayer with chainlit](https://humanlayer.dev/docs/frameworks/chainlit)
- Add [framework guide for using humanlayer with the vercel ai sdk](https://humanlayer.dev/docs/frameworks/vercel-ai-sdk)
- Update [humanlayer-ts readme](https://github.com/humanlayer/humanlayer-ts) to include quickstart guide

- Add [example of a fullstack chat app with nextjs and the vercel ai sdk](https://github.com/humanlayer/humanlayer/tree/main/examples/vercel_ai_nextjs)
- Simplify the [chainlit example](https://github.com/humanlayer/humanlayer/tree/main/examples/chainlit) by using `AsyncHumanLayer`
- Update [langchain email example](https://github.com/humanlayer/humanlayer/tree/main/examples/langchain/09-email-contact.py) to showcase the use of custom jinja templates for email payloads
2025-02-20 17:08:43 -08:00
Dan Bentley
d3f76c1f1f Fix a few smoke-test issues 2025-02-06 17:56:58 -05:00
Sundeep Malladi
f334667dc1 Provide alternate email during smoketest runs 2025-01-28 22:05:23 -06:00
dexhorthy
c2fd8e6571 release: v0.7.4-alpha.2 2025-01-21 20:18:17 -08:00
dexhorthy
2a8c84dae3 rc testing done 2025-01-21 19:39:19 -08:00
dexhorthy
c5bf664103 changes locked 2025-01-21 16:04:11 -08:00
dexhorthy
2fffd37546 continuation 2025-01-20 21:52:12 -08:00
dexhorthy
60ce5ce0ff 03 human review async 2025-01-20 12:07:04 -08:00
Dex
9ea4c5588e Merge branch 'main' into langchain-updates 2025-01-20 09:46:05 -08:00
dexhorthy
06486b1cdf thanks codebuff 2025-01-19 18:17:50 -08:00
dexhorthy
745961dd70 update langchain examples 2025-01-19 18:10:40 -08:00
dexhorthy
2375596a1e bump to next rc version 2025-01-17 10:25:09 -08:00
dexhorthy
a5b73a6fe2 fix fmt 2025-01-16 11:15:31 -08:00
Dex
ed8e894890 Update readme.md 2025-01-15 20:48:25 -06:00
dexhorthy
6849354405 release: v0.7.1 2025-01-15 15:42:59 -06:00
dexhorthy
a6191c6687 updates for 0.7.1 2025-01-15 15:20:56 -06:00
dexhorthy
6cc8a2bec5 working 2025-01-14 20:41:40 -06:00
dexhorthy
3cf8c9cac2 feat: Add Vercel AI SDK integration and improve timeout handling
**What I did**
- Added Vercel AI SDK integration for HumanLayer
- Improved HTTP timeout handling in Python and TypeScript SDKs
- Updated examples and documentation

**How I did it**
- Created new humanlayer-ts-vercel-ai-sdk package
- Added configurable timeout to Python and TypeScript SDKs
- Updated examples to use latest SDK versions
- Added new examples for Vercel AI SDK integration

**How to verify it**
- Run examples in ts_vercel_ai_sdk directory
- Check updated timeout handling in Python and TypeScript SDKs

**Description for the changelog**
Add Vercel AI SDK integration and improve timeout handling across SDKs
2025-01-14 18:11:33 -06:00
Dex
c474a86039 Create README.md 2025-01-08 15:08:49 -06:00