Commit Graph
14 Commits
Author SHA1 Message Date
Lance MartinandGitHub bd100fdfef Update controllability docs (#995)
* Update controllability docs

* Update controllability docs

* Update docs
2024-07-11 16:10:12 -07:00
William FHandGitHub 320a87e1b9 [Docs] use END instead of set_finish_point (#903) 2024-07-01 21:56:10 -07:00
William FHandGitHub 727e63c01e [Docs] Update notebooks to use START (#902) 2024-07-01 21:36:34 -07:00
Vadym BardaandGitHub cae502b8fe docs: small cleanup (#733) 2024-06-20 21:02:27 -04:00
William FHandGitHub 4eab1739da [Docs] Add ruff linting to .ipynb files (#645) 2024-06-11 18:02:49 -07:00
William FHandGitHub 90958ab973 [Docs] Add explanation for error handling when branching (#591) 2024-06-04 13:22:28 -07:00
Harrison ChaseandGitHub 5b3b485a14 update notebook with branching (#578) 2024-06-03 12:58:42 -07:00
William FHandGitHub d3cce1e245 [Docs] tool_selection (#515) 2024-05-21 09:05:28 -07:00
William FHandGitHub 89d9c291fe [Docs] Rm then from docs (#502) 2024-05-20 10:31:36 -07:00
William FHandGitHub 991d35be08 Update How-to Guides (#417)
- reduce the number of API keys needed (Use simple tool)
- make everything "tool use" oriented rather than split across agent executor, function calling, tool use, etc.
- Reorg navbar and index
- Fixup some docstrings
- Add more links to ref docs
- Mix up models used
- Simplify a few examples
2024-05-07 23:09:17 -07:00
Nuno Campos 2736d72989 Remove __start__ node from stream output 2024-04-01 16:05:12 -07:00
Nuno Campos 3e4c94289a Manage run_manager directly
- allows us to set run output different from streamed values: here the run output should always be final value of all channels
- removes 1-2 more frames from stack traces
2024-04-01 15:08:35 -07:00
Nuno Campos b6848c5fdf Optimize tracing run tree
- Do not run node if it's a passthrough
- Do not run writers that wouldn't affect any channels
- Combine consecutive writers when it doesn't change semantics
2024-04-01 13:43:23 -07:00
William FHandGitHub 00de78e2fd Add Branching Example (#212) 2024-03-18 10:51:35 -07:00