| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
e686342f53
|
Fix token limited model context (#6137)
Token limited model context is currently broken because it is importing from extensions. This fix removed the imports and updated the model context implementation to use model client directly. In the future, the model client's token counting should cache results from model API to provide accurate counting. |
1 year ago |
|
|
7487687cdc
|
[feat] token-limited message context (#6087) | 1 year ago |
|
|
c2a43e84a2
|
Declarative BaseChat Agents (#5055)
* v1, make assistant agent declarative * make head tail context declarative * update and formatting * update assistant, format updates * make websurfer declarative * update formatting * move declarative docs to advanced section * remove tools until implemented * minor updates to termination conditions * update docs |
1 year ago |
|
|
d883e3dfb0
|
Make termination condition config declarative (#4984)
* make termination condition declarative * make all term conditions declarative * make And/OrTermination top level objects in base * add basic tests * add tutorial notebook * update tests and formatting * update tests * update declarative config with updated api. |
1 year ago |