Vineeth Voruganti
73c5eb1f5a
SDK Changes ( #223 )
...
* fix: Add top level transactions for tracing in deriver
* fix: Add Delete methods to sdks for sessions
* feat: Add session deletion and session level deriver status methods
* fix: Streaming support to python sdk
* fix: Checkpoint Streaming working in SDKs with workarounds for stainless
* feat: fix pagination, add message metadata update, and get peer card methods
* feat: parity in typescript and python sdks
* fix: Address Coderabbit
* fix: Address Coderabbit
* chore: add basedpyright rules to sdk
* fix: Code Rabbit & Changelog
* fix: updated docs with api-reference
2025-10-01 16:25:30 -04:00
doria
3f47866ae0
feat: add configurable max message size, update tests and docs -- fixes token overflow in deriver ( #208 )
...
* feat: add configurable max message size, update tests and docs -- this fixes token overflow in deriver
* fix: remove LLMError special handling
* chore: bump version
---------
Co-authored-by: Rajat Ahuja <rahuja445@gmail.com>
Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-09-18 15:57:53 -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
doria
eb748e8009
fix: prepare_threshold: None in migration/provision ( #152 )
...
* fix: prepare_threshold: None in migration/provision
* chore: version bump
2025-07-02 16:50:48 -04:00
doria
df4261f78f
2.0.2->2.0.3 ( #151 )
...
* 2.0.2->2.0.3
* fix: changelog parity
2025-07-01 16:21:57 -04:00
doria
e0167a10fc
fix: use engine args on both engines in db.py ( #147 )
...
* fix: use engine args on both engines in db.py
* fix: use one engine everywhere
* 2.0.1->2.0.2
2025-06-27 15:26:29 -04:00
doria
684b2b9777
chore: 2.0.0->2.0.1 ( #146 )
...
* chore: 2.0.0->2.0.1
* chore: python sdk uv.lock
* chore (docs): Sync Version Updates
---------
Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-06-26 17:25:52 -04:00
Vineeth Voruganti
326ea24955
Peer Paradigm Documentation ( #133 )
...
* new layout boilerplate
* feat: new sdk documentation
* feat: features documentation
* fix (docs): Update API Reference
* chore (mintlify): Upgrade mintlify
* fix (docs): titles
* feat: glossary of terms
* feat (docs): Add Contextual Menu
* chore: clean up architecture.mdx
* chore: remove old/unused files, clean up architecture/intro
* fix: use `id` over `name` in curl requests
* chore: nits on faq
* chore: refactor mermaid
* feat: quickstart
* chore: quickstart doc casing + info about dialectic response
* chore: update discord spellbook
* chore: update streaming-response, dialectic-endpoint, remove old simple-memory
* chore: ts everywhere, update guided tutorial
* add get context, search spellbooks
* chore: rm faq page
* fix contribution page
* feat: platform overview and screen grabs
* add get context to features
* chore: fix self-hosting page
* chore: move deriver description into architecture, flesh it out, stub out dialectic architecture
* add versioning to docs
* quickstart reformat and links
* fix v1 api reference
* chore: rm deriver from docs sidebar
* chore: fix internal links
* add sdk changelog and update latest release to 2.0.0 for api changelog
* glossary updates and icons
* ♻️ Feat: layout for architecture page
feat: layout reformat for architecture page
* fix changelog
* ✨ Feat: vibe coder one-shot prompts
feat: vibe coder one-shot prompts
* chore: align get context text to spellbook
* condense changelog pages
* feat: add working-rep spellbook
* chore: rename Changelog group
* chore: Code Rabbit Suggestions
* fix (docs): Update Changelog and API Reference Introduction
* fix: remove accordion from glossary
* feat: document new filtering system
* feat: add telegram bot guide (using new template repo)
* checkpoint
* Docs MVP
* chore (docs): Code Rabbit
* Reorganization
---------
Co-authored-by: Erosika <eri@plasticlabs.ai>
Co-authored-by: Benjamin McCormick <docterformer@protonmail.com>
Co-authored-by: Rajat Ahuja <rahuja445@gmail.com>
2025-06-26 14:57:09 -04:00