File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ The following are the current programs in the NPC shell:
405
405
406
406
407
407
408
- ## `alicanto` : a deep research focused agent flow.
408
+ ## `alicanto` : a research exploration agent flow.
409
409
410
410
<p align="center"><a href ="https://github.com/cagostino/npcpy/blob/main/docs/deep.md">
411
411
<img src="https://raw.githubusercontent.com/cagostino/npcpy/main/npcpy/npc_team/alicanto.png" alt="logo for deep research", width=250></a>
509
509
<details> <summary> Toggle </summary>
510
510
511
511
```bash
512
+
512
513
# these are for audio primarily, skip if you dont need tts
513
514
sudo apt-get install espeak
514
515
sudo apt-get install portaudio19-dev python3-pyaudio
@@ -536,12 +537,16 @@ pip install 'npcpy[local]'
536
537
pip install 'npcpy[yap]'
537
538
# if you want everything:
538
539
pip install 'npcpy[all]'
540
+
539
541
```
542
+
540
543
</details >
541
544
542
545
543
546
### Mac install
547
+
544
548
<details > <summary > Toggle </summary >
549
+
545
550
``` bash
546
551
# mainly for audio
547
552
brew install portaudio
You can’t perform that action at this time.
0 commit comments