feat: Add person bot (#182)

This commit introduces a new bot type called Person.
It behaves and speaks like a particular Person.

For this two app types: PersonApp and PersonOpenSourceApp
This commit is contained in:
Taranjeet Singh
2023-07-07 19:26:07 +05:30
committed by GitHub
parent 6a61fd38c3
commit 2a7d43551e
3 changed files with 64 additions and 7 deletions

View File

@@ -1 +1 @@
from .embedchain import App, OpenSourceApp
from .embedchain import App, OpenSourceApp, PersonApp, PersonOpenSourceApp