Commit 2083ac7
authored
[Docs Agent] Docs Agent release version 0.3.6 (#523)
* [docs-agent] Clean up Docs Agent's README.md files.
* [Release] Docs Agent version 0.3.1
What's changed:
- Bug fixes in the Docs Agent web app UI.
- Added more templates for the Docs Agent web app: widget and experimental
- A new custom splitter added: FIDL (.fidl) file specific splitter.
* [docs] Update the git clone instructions on Docs Agent's CLI setup
guide.
* [docs] Minor edits in Docs Agent's CLI setup guide.
* [Docs Agent] Release of Docs Agent v 0.3.2.
What's change:
- Support the new Gemini 1.5 models in preview.
- Add new experimental CLI features to interact with Gemini models
directly from a Linux terminal: `agent tellme` and `agent helpme`.
- Better handle uploading of text chunks using the Semantic Retrieval API.
- Add a new chat UI feature to provide a page for viewing logs.
- Update the Google Generative AI SDK version to `0.5.0`.
- Refactor the pre-preprocessing module (in progress).
- Remove unused code and type mismatch errors.
- Bug fixes.
* [docs-agent] Release of Docs Agent v.0.3.3
What's changed:
- Added a new post-processing feature to delete existing chunks
in databases if they are no longer found in source dataset.
- Updated the pre-processing module to make sure text chunks
are not bigger than 5 KB for generating embeddings.
- Added a feature to display the distribution of chunk sizes
after running `agent chunk`.
- Added more `agent` commandlines and options.
- Updated the "Rewrite" button to the "Feedback" button by default.
- Bug fixes.
* [Docs Agent] Release of Docs Agent v.0.3.4
What's changed
- **Enhanced file processing:** Process an entire directory with the
`agent helpme` command and export results to a `responses.yaml` file.
- **Improved session control:** Manage conversation context using the
`--new` and `--cont` flags with `agent helpme`.
- **Debugging tools:** Capture detailed logs for troubleshooting and
export them to CSV with the new `agent write-logs-to-csv` command.
- **Documentation expansion:** Explore updated configuration references,
recent release notes, and a new concept doc on chunking.
- **Bug fixes:** Added fixes for the FIDL splitter, file handling, and
blank results, and updates to various README files.
* [Docs Agent] Bug fix - Fix the "index out of range" errors in Docs
Agent's chat web app.
* [Docs Agent] Release of Docs Agent v 0.3.5.
What's changed:
- **`agent runtask` command:** Run tasks defined in `.yaml` files, for example,
generating release notes based on commit messages.
- **Session Management:** Start and maintain sessions using `--new` and `--cont`
flags with the `helpme` and `tellme` commands.
- **CLI Command Refactoring:** The CLI is more modular and easier to extend
with new commands.
- **Web App Mode Updates:** A new `widget-pro` mode is added as an
iFrame-friendly template.
- **Bug Fixes:** Various bug fixes related to flags, UI, and file handling.
* [cli] Update the pyproject.toml file missed in the previos commit for
0.3.5 release.
* [Docs Agent] Remove unused CSS files from the previous 0.3.5 version
commit.
* [Docs Agent] Release of Docs Agent v 0.3.6.
What's changed:
- Runtask enhancement: The `runtask` command allows specifying
a custom input string using the `--custom_input` flag.
- ExtractWorkflows task: This new task extracts workflows and
commandlines from a source document.
- HelpPolishPrompts task: This task helps users polish prompts
in a task file.
- IndexPageGenerator task: This task generates an index page
describing files in a given directory.
- Chat app bug fix: Fixed an issue where + characters were
removed from the page title.1 parent 582e6f8 commit 2083ac7
File tree
18 files changed
+398
-141
lines changed- examples/gemini/python/docs-agent
- docs_agent
- agents
- interfaces
- chatbot/templates
- chatui-full
- chatui-widget-pro
- chatui-widget
- chatui
- cli
- models
- utilities
- docs
- tasks
18 files changed
+398
-141
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
28 | 39 | | |
29 | 40 | | |
30 | 41 | | |
| |||
60 | 71 | | |
61 | 72 | | |
62 | 73 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
66 | 77 | | |
67 | 78 | | |
68 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
| 277 | + | |
276 | 278 | | |
277 | | - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
278 | 299 | | |
279 | 300 | | |
280 | 301 | | |
| |||
Lines changed: 17 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
363 | 367 | | |
364 | 368 | | |
365 | 369 | | |
| |||
525 | 529 | | |
526 | 530 | | |
527 | 531 | | |
528 | | - | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
529 | 535 | | |
530 | | - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
531 | 539 | | |
532 | | - | |
533 | | - | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
534 | 546 | | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | 547 | | |
539 | 548 | | |
540 | 549 | | |
| |||
549 | 558 | | |
550 | 559 | | |
551 | 560 | | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | 561 | | |
556 | 562 | | |
557 | 563 | | |
| |||
0 commit comments