Benjamin McCormick
|
5bcde13d0f
|
chore: docs TODOs cleanup
|
2025-12-10 12:13:44 -05:00 |
vintro
|
c53ba8dd6e
|
feat: draft ready for review
|
2025-12-09 21:24:00 -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 |
vintro
|
a4f036ba6d
|
fix: various tweaks
|
2025-12-06 14:44:22 -05:00 |
vintro
|
ba54e21d70
|
fix: feeling solid on core concepts
|
2025-12-04 16:27:06 -05:00 |
vintro
|
67efb23502
|
fix: various tweaks
|
2025-12-04 12:19:20 -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 |
vintro
|
4eab8c03ff
|
fix: reorder again
|
2025-12-02 00:36:25 -05:00 |
vintro
|
36a468e00a
|
fix: overview draft, rough reorg
|
2025-12-01 03:15:24 -05:00 |
vintro
|
ace8558388
|
fix: 11.24 checkpoint
|
2025-11-24 12:33:15 -05:00 |
Vineeth Voruganti
|
641eb9991e
|
chore: docs formatting
|
2025-11-07 12:05:07 -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 |
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
|
2c5c0f0b62
|
Docs Refresh (#200)
* Initial Draft
* Split up code block
* Clean up code
* Add retrieval use cases
* fix: Code Rabbit Suggestions
* Code Rabbit AGain
|
2025-08-29 16:27:07 -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 |
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
|
29190248d0
|
Summarizer improvements (#173)
* feat: document summarizer, change configuration, make default behavior exhaustive
* feat: adjust summarizer prompts, add more benchmarks, fix small bugs
* feat: prompt engineering + benchmarking
* chore: fix tests and types
* chore: coderabbit review
* chore: add explanatory comments to summary prompts
|
2025-07-31 11:04:15 -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 |
Vineeth Voruganti
|
f41cd965bb
|
Documentation edits made through Mintlify web editor
|
2025-07-10 18:38:33 -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 |
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 |