doria
8dc324cb2d
Merge pull request #296 from plastic-labs/vince/dev-1307
...
fix: links
2025-12-10 17:20:51 -05:00
vintro
69f823aed1
fix: links
2025-12-10 17:18:32 -05:00
doria
1dc17afdcf
Merge pull request #295 from plastic-labs/ben/fix-docs-homepage
...
fix: force redirect on docs homepage
2025-12-10 16:40:12 -05:00
Benjamin McCormick
b3327daf38
fix: force redirect on docs homepage
2025-12-10 16:39:45 -05:00
doria
971b183f11
Merge pull request #276 from plastic-labs/vince/dev-1259
...
V/C Docs Revamp
2025-12-10 13:06:42 -05:00
Benjamin McCormick
2b25edaf25
chore: move changes to v2.6.0-alpha
2025-12-10 13:03:56 -05:00
Benjamin McCormick
5bcde13d0f
chore: docs TODOs cleanup
2025-12-10 12:13:44 -05:00
Benjamin McCormick
9950a1cfc4
Merge branch 'vince/dev-1259' of github.com:plastic-labs/honcho into vince/dev-1259
2025-12-10 11:19:33 -05:00
Benjamin McCormick
8eb6a1fc52
fix: upgrade to stainless core 1.7.0
2025-12-10 11:18:47 -05:00
Rajat Ahuja
24aa97a8e5
fix: links
2025-12-10 11:17:59 -05:00
Benjamin McCormick
f0d24af827
Merge branch 'main' into vince/dev-1259
2025-12-10 10:57:40 -05:00
vintro
dc297200ff
fix: description
2025-12-10 10:19:36 -05:00
vintro
c53ba8dd6e
feat: draft ready for review
2025-12-09 21:24:00 -05:00
vintro
2cb07e4df4
fix: no local vs global
2025-12-09 15:55:22 -05:00
vintro
ede73b5d2f
fix: another pass, todos
2025-12-08 23:18:27 -05:00
vintro
d4b617f4c1
fix: various tweaks, another plan
2025-12-08 21:42:25 -05:00
vintro
42a8da201b
fix: update reasoning, various other tweaks
2025-12-08 18:21:30 -05:00
ajspig
5d2f4e150e
docs: removing deriver ref in toggle-reasoning
2025-12-08 16:31:12 -05:00
ajspig
0975072b4b
docs: adding clarity to representation and reasoning
2025-12-08 16:21:24 -05:00
ajspig
a47da683a3
docs: removing deriver from queue-status
2025-12-08 14:27:32 -05:00
vintro
71b49f7906
Merge branch 'vince/dev-1259' of github.com:plastic-labs/honcho into vince/dev-1259
2025-12-06 14:44:35 -05:00
vintro
a4f036ba6d
fix: various tweaks
2025-12-06 14:44:22 -05:00
Vineeth Voruganti
42a28dfda1
chore: Changelog updates
2025-12-05 12:22:44 -05:00
ajspig
f3d5e7e4fe
docs: minor textual changes
2025-12-05 12:15:37 -05:00
ajspig
dfd64c765a
Mem0 -> Honcho migration ( #281 )
...
* docs: First draft of mem0 honcho migration
* docs: updating migration guide comparisons
* docs: simplifying structure and suggestions
* docs: Simplifying API comparsion
* docs: verifying code and simplfying
* docs: emphasizing the quality of honcho
* docs: minor textual changes
* docs: adding observation endpoint
* docs: coderabbit fixes and textual changes.
2025-12-05 11:53:54 -05:00
ajspig
508a212106
Merge branch 'vince/dev-1259' of https://github.com/plastic-labs/honcho into vince/dev-1259
2025-12-04 16:30:55 -05:00
ajspig
e0be2d9adf
docs: updating migration guide
2025-12-04 16:30:18 -05:00
vintro
ba54e21d70
fix: feeling solid on core concepts
2025-12-04 16:27:06 -05:00
Vineeth Voruganti
d63d580899
chore: (docs) Changelog Updates ( #286 )
...
* chore: (docs) Changelog Updates
* chore: update changelogs
* chore: nits
2025-12-04 16:07:14 -05:00
Vineeth Voruganti
ca702cfd10
Resolve SDK Inconsistencies and Add Observation Creation Endpoints ( #288 )
...
* feat: Add Observation Creation Endpoints and SDK Cleanup
* fix: Resolve linting errors
* chore: Code Rabbit Nits
* chore: Code Rabbit Nits
2025-12-04 15:24:45 -05:00
Vineeth Voruganti
72eb0827ec
Add session cloning to Ergonomic SDKs ( #285 )
...
* feat: Add session cloning to Ergonomic SDKs
* chore: docs nit
2025-12-04 14:51:39 -05:00
vintro
67efb23502
fix: various tweaks
2025-12-04 12:19:20 -05:00
ajspig
984f92f0a3
docs: organizing guides. Added guides from main and migration branch.
2025-12-04 11:27:05 -05:00
vintro
e5e44f4619
fix: update to main changes
2025-12-04 10:59:28 -05:00
vintro
77a240cfd6
fix: move perspective taking to representation
2025-12-04 10:21:43 -05:00
vintro
189b043e9a
fix: quick updates
2025-12-04 10:09:29 -05:00
vintro
2774c31020
fix: concept pages, reorg, first pass
2025-12-03 23:26:26 -05:00
doria
e3d345b961
API/SDK updates: configurability, more parameters. Unified test harness ( #283 )
...
* feat: add better params to working representation fetch in SDKs, return messages when added
* fix: working representation routes now accepting all parameters properly, with tests
* feat: add metadata/config fields to SDK objects where viable
* fix: tests
* feat: refactor SDKs to use representation config; [TEMP STAINLESS BUILD] update API
* feat: add representation object to sdks
* fix: use stainless sdk on branch
* fix: update TypeScript SDK tsconfig to use node16 module resolution
* fix: add isolatedModules = true to tsconfig
* fix: lol
* chore: coderabbit review
* feat: make delete session real
* feat: add observations routes with delete endpoints for documents. make session deletion real.
* chore: type cleanup
* fix: tests
* chore: coderabbit review
* fix: namespace by workspace
* feat: add ability to customize messages_per_summary at both workspace and session level
* chore: tests for summary config
* chore: coderabbit cleanup
* feat: make session and workspace config totally customizeable
* feat: add search by peer knowledge (#250 )
* feat: search by peer perspective
* fix: enforce workspace in filters, make messages distinct in join
* fix: batch and merge migration steps
* fix: add refresh, add config to workspace, add refresh function, make fields readonly
* fix: search distinct
* fix: merge migrations
* fix: merge migrations
* fix: batch deletions, improve comments, limit consolidate dream to 100 docs at a time, auth on observations routes
* chore: review
* chore: coderabbit
* chore: review
* chore: broken comment
* feat: add set peer card route to API
* feat: create advanced configuration parameters with message>session>workspace hierarchy
* [wip] build unified testing harness
* chore: lint
* fix: cache invalidation, naming things, etc
* feat: longmem tests
* chore: peer config refactor
* feat: consolidate dream working, refactor representation
* fix: Various CR Comment Fixes
* feat: Allow configurable Redis port for harness instances and update cleanup methods to be asynchronous.
* fix: version bump, api/sdk updates
* fix: observation endpoints, deletion queue, sdk observation implementation
* chore: Fix migration order
* fix: Use published stainless sdks
* chore: (docs) update api-reference
* fix: (docs) update based on api and sdk changes
* fix: Code Rabbit Comments
* fix: Code Rabbit Final Nits
* fix: dream scheduler
* fix: SDK model type consistency
---------
Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-12-03 16:49:30 -05:00
Rajat Ahuja
b3e715d1d6
fix conditional cache invalidation ( #280 )
...
* fix: cleanup cache logs
* fix: address cache thrashing
* fix: warm cache for new session
2025-12-03 12:22:35 -05:00
vintro
4eab8c03ff
fix: reorder again
2025-12-02 00:36:25 -05:00
vintro
37e62c772c
feat: get context page
2025-12-01 16:31:31 -05:00
ajspig
34957d7885
Adding crewAI integration guide ( #279 )
...
* docs: adding crewAI integration guide
* docs: adding a honcho_crewai package
* docs: Using session.search and session summaries to enhance the honcho storage class
* docs: updating to use honcho_crewai package
* docs: Added honcho_crewAI tools. Updated honcho_crewai tests to better match the specific integration. Built out the package definition more.
* docs: Adding all the honcho sdk parameters to crewAI tools, also adding tools and a simple example.
* docs: adding logging to HonchoStorage class
* docs: updating mdx file to match examples and fixing explanations
* Docs: removing session summaries from search
* docs: adding files package
* docs: simplifying language specifically for theory-of-mind.
* chore: code rabbit suggestions.
* chore: code rabbit
* fix: removing nanoid crewai dependency
* docs: adding filtering capability to honcho crewai package and tool examples.
* fix: remove factory class in favor of direct class instantiation
* docs: adding hybrid memory example
* fix: fixing redundent calls to honcho for saving message history
* chore: code rabbit fixes
2025-12-01 14:46:14 -05:00
vintro
36a468e00a
fix: overview draft, rough reorg
2025-12-01 03:15:24 -05:00
ajspig
093444c38c
Removing honcho-ai/core references in API Reference where implemented by the honcho-ai package ( #275 )
...
* docs: removing honcho_core imports in SDK documentation where implemented by the honcho-ai package.
* docs: updating json import
* docs: removing duplicate openapi doc
2025-11-25 15:05:20 -05:00
vintro
ace8558388
fix: 11.24 checkpoint
2025-11-24 12:33:15 -05:00
doria
4ee2f8bd0c
Merge pull request #270 from plastic-labs/vince/ai-96
...
feat: beam benchmark initial commit
2025-11-20 17:59:41 -05:00
Benjamin McCormick
298dbbdb85
chore: coderabbit review
2025-11-20 17:56:27 -05:00
Benjamin McCormick
f333e64f12
chore: tuning beam bench
2025-11-20 17:19:14 -05:00
Vineeth Voruganti
b1402c21fe
v2.4.3 Release ( #278 )
...
* chore: (docs) update changelog and version number
* chore: update for new downstream pr
2025-11-20 12:00:26 -05:00
Vineeth Voruganti
a7520ce21d
Standardize DB Constraint Conventions ( #272 )
...
* fix: (db) Add standard naming conventions to SQLAlchemy Declarative Base
* chore: remove unnecessary relationships
* fix: (tests) handle old migrations being made before conventions were applied
* fix: wip migration to standardize naming for constraints
* fix (db): Migration wip)
* chore: rebase migration
* fix (db) Add migration tests
* chore: Code Review Comments
* fix: (db) fix remaining inconsistent index
2025-11-20 11:50:54 -05:00