vintro
90cd0b814f
feat: re-org, overview, quickstart drafts
2025-11-20 09:08:13 -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
Vineeth Voruganti
a25be3c136
chore: Readme & Changelog Updates ( #263 )
...
* chore: Readme & Changelog Updates
* chore: (typos) Clarify Changelog
2025-11-04 10:41:58 -05:00
Vineeth Voruganti
96abc49dbe
chore: v2.4.1 Release Notes
2025-10-24 10:35:57 -04:00
Vineeth Voruganti
79b1dde401
chore: Update Docs
2025-10-09 17:03:42 -04:00
Vineeth Voruganti
d094ef8e10
feat: Release PR for v2.4.0 ( #229 )
2025-10-09 16:57:50 -04:00
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
405f056400
2.3.2 update ( #217 )
...
* chore: 2.3.2 update
* fix: add 2.3.1 which never got a changelog
2025-09-26 11:41:28 -04: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
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
Vineeth Voruganti
0838a281c1
Session Observer Limit ( #186 )
...
* fix: change session peers limit to enforce restrictions based on observers
* fix: Add new Exception type
* chore: fix type
2025-08-12 11:46:52 -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
Vineeth Voruganti
bcb3b6106a
chore (docs): Update Versions and Changelogs ( #172 )
2025-07-30 17:22:28 -04:00
Vineeth Voruganti
2871ab8248
fix: Various performance and linting improvements ( #170 )
...
* fix: Various performance and linting improvements
* chore: Code Rabbit Nitpicks
2025-07-28 17:36:14 -04:00
doria
bc5474c170
feat: 2.1.1 release ( #167 )
2025-07-23 23:06:09 -04:00
doria
a14899521c
Honcho 2.1.0 "ROTE" deriver ( #160 )
...
* feat: update SDKs to core 1.2.0
* feat: 2.1.0 introduce ROTE deriver/dialectic
chore: refactor repo
* fix: get typescript sdk tests working again, bump version numbers
* chore: cleanup
* chore: update unit test provider config
* fix: remove "backup" query gen
* fix: remove old utils from conftest
2025-07-16 18:02:43 -04:00
Vineeth Voruganti
62b3fea7e2
chore (docs): Update Mintlify ( #157 )
...
* chore (docs): Update Mintlify
* chore (release): Update Release version to 2.0.5
2025-07-11 12:34:10 -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
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
Rajat Ahuja
2d9e48e681
make prefix v2 for v2 api reference ( #148 )
...
* make prefix v2 for v2 api reference
* Fix Changelog Compatability
---------
Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-06-27 17:02:55 -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