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
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
Vineeth Voruganti
822059b81a
Step Function Improvement on Docs ( #241 )
...
* feat: Release PR for v2.4.0
* chore: initial re-organization pass
* chore: in progress edits
* fix: WIP Restructure
* fix: docs introduction section
* fix: Populates new features pages
* fix: Code Rabbit grammatical catches
* chore: make system diagram visible by default
2025-11-05 17:40:53 -05:00
Eri Barrett
b21b74af11
color theme and broken link fix ( #213 )
...
* cleanup: simple color changes, image resize
* fix: broken links
* fix: logo colors
* redo: broken links, h4 formatting on glossary page
* fix: more link edits
* fix: icon for file upload page
* fix: coderabbit suggestion
* chore: remove dead file
* chore: update mintlify version
---------
Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-09-24 16:06:54 -04:00
doria
802aac0d70
feat: targeted peer cards ( #204 )
...
* feat: targeted peer cards
* chore: review cleanup
* chore: Code Rabbit Comment cleanup
---------
Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-09-04 12:13:34 -04:00
Eri Barrett
6b7cf82c1c
docs quickfix ( #198 )
...
* updated platform page
* fix: update explore page screenshots
* fix: empty object to init client
* fix: add async operations to ts code
* add: output structure for sessionContext, messages, and workingrep in docs
* Delete docs/scratch.md
* fix: review comments
* fix: delete the 212 version from changelog
* Apply stashed changes and resolve conflicts
2025-08-27 12:03:09 -04:00
Eri Barrett
8af3494ad5
platform docs w/ new ui screenshots ( #195 )
...
* updated platform page
* fix: update explore page screenshots
* fix: empty object to init client
* fix: add async operations to ts code
* add: output structure for sessionContext, messages, and workingrep in docs
* Delete docs/scratch.md
* fix: review comments
* fix: delete the 212 version from changelog
2025-08-27 10:53:26 -04:00
Vineeth Voruganti
e914dbe334
feat: Add get summaries endpoints & Custom Timestamps ( #185 )
...
* feat: add support for custom message timestamps in API
- Introduced `created_at` parameter for message creation, allowing users to specify custom timestamps.
- **Single source of truth for timestamp string format**
- Updated SDK documentation to reflect this new feature and its use cases.
- Enhanced validation schemas to include the optional `created_at` field.
- Added tests to verify functionality for messages with and without custom timestamps, ensuring correct behavior and default timestamp usage.
* feat: add timestamp option to sdks
* feat: Add get summaries endpoints
* feat: WIP basic SDK implementation blocked until stainless release
* feat: Implement SDKs with honcho-core methods
* fix (sdk): Used release 1.4.0 core sdks
* fix: Code Rabbit
* chore: Pytest errors
---------
Co-authored-by: Benjamin McCormick <docterformer@protonmail.com>
2025-08-12 17:19:53 -04:00
doria
7b174dd34b
Ben/search rrf ( #179 )
...
* chore: fill out missing metadata inputs in python sdk
* feat: add get_peer_config to python sdk, thoroughly document ts sdk and remove bad client usage
* feat: zod
chore: update tests
chore: bump version, changelog
* chore: python sdk version bump and changelog
* [WIP] feat: combine search methods and rework endpoint to include limit param
* chore: test new stainless config with library
* nits: coderabbit
* Merge branch 'ben/sdk-improvements' into ben/search-rrf
* chore: pre-commit hooks cleanup
* feat: thoroughly document observation config
* Update sdks/python/src/honcho/peer.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* chore: v1.3.0
* feat: update version to 2.2.0 and enhance search functionality with arbitrary filters
- Remove unused config variables
- Added arbitrary filters to all search endpoints.
- Pluralize `filters` everywhere in SDKs for consistency
- Updated documentation and changelog to reflect these changes.
* expose core client in TS and Python SDKs (#150 )
* expose core client from sdks
* align text
* fix: resolve get_effective_observe me race condition, default peer config (#176 )
* fix: resolve get_effective_observe me race condition, default peer config
* fix: preserve custom config even after leaving
* chore: test cases, enqueue types
* Update sdks/typescript/package.json
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: doria <93405247+dr-frmr@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* chore: formatting
* chore: revert undesired changes to v1 spec, clean up docs, coderabbit
* feat: better search docs, fix worker.ts
* fix: correctly make ts params optional in cases, update docs
* chore: coderabbit
* chore: remove spurious package-lock
* fix: asyncify examples, use limit properly in search
* fix(tests): handle 4 return values in test_get_session_peer_configuration
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Rajat Ahuja <rahuja445@gmail.com>
2025-08-06 17:43:03 -04:00
doria
bc5474c170
feat: 2.1.1 release ( #167 )
2025-07-23 23:06:09 -04:00
Vineeth Voruganti
c070b375a7
Add Pre-commit Hooks ( #165 )
...
* chore (pre-commit): Setup Pre-commit Hooks and Add Path filter to unittests
* chore (docs): Add pre-commit hook docs
* chore (docs): Code Rabbit nitpicks
2025-07-22 15:17:53 -04:00
Eri Barrett
de02535c2e
platform guide rewrite, workspace dashboard ui ( #156 )
...
* workspace dash platform guide
* fix (docs): Platform Update Guide
* feat (scripts): Add utility script to quickly update Changelogs and versions
* chore (sdks): Add Changelog files to SDKs
* chore (docs): Fix compatability guide
* chore (docs): Code Rabbit and Changelog Dates
* chore (docs): Code Rabbit
* chore (docs): Code Rabbit
* chore (docs): Restructure
* chore (docs): Code Rabbit
* Code Rabit
---------
Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-07-10 16:57:59 -04:00
Vineeth Voruganti
d16660b88f
Core Documentation Re-write ( #154 )
...
* fix (docs): Introduction
* fix (docs): Cleaned up core concepts
* fix (docs): Rename section
* chore: Code Rabbit
* chore (docs): Code Rabbit
* nit
* chore (docs): Code Rabbit
2025-07-03 14:32:13 -04:00