├── .gitignore ├── LICENSE ├── PROMPT.md ├── README.md ├── book.toml └── src ├── 01-introduction ├── README.md ├── assets │ ├── bootstrap-process.svg.backup │ ├── quick-start-bootstrap.svg.backup │ ├── session-manager.svg.backup │ ├── session-states.svg.backup │ └── tool-execution-flow.svg.backup ├── first-conversation.md ├── installation.md ├── local-domains.md ├── overview.md ├── quick-start.md └── sessions.md ├── 02-templates ├── README.md ├── assets │ ├── package-structure.svg.backup │ └── template-deployment-flow.svg.backup ├── gbai.md ├── gbdialog.md ├── gbdrive.md ├── gbkb.md ├── gbot.md ├── gbtheme.md ├── summary.md ├── template-analytics.md ├── template-api-client.md ├── template-attendance-crm.md ├── template-bi.md ├── template-crawler.md ├── template-crm-contacts.md ├── template-crm.md ├── template-embedded.md ├── template-law.md ├── template-llm-server.md ├── template-llm-tools.md ├── template-marketing.md ├── template-office.md ├── template-reminder.md ├── template-samples.md ├── template-template.md └── templates.md ├── 03-knowledge-base ├── README.md ├── assets │ ├── caching-architecture.svg.backup │ ├── context-window.svg.backup │ ├── kb-architecture-pipeline.svg.backup │ ├── search-pipeline.svg.backup │ ├── storage-breakdown.svg.backup │ ├── storage-multiplication.svg.backup │ └── technical-specs.svg.backup ├── caching.md ├── episodic-memory.md ├── indexing.md ├── kb-and-tools.md ├── semantic-search.md ├── summary.md └── vector-collections.md ├── 04-gbui ├── README.md ├── admin-user-views.md ├── apps │ ├── README.md │ ├── analytics.md │ ├── calendar.md │ ├── chat.md │ ├── compliance-api.md │ ├── compliance.md │ ├── designer.md │ ├── drive.md │ ├── mail.md │ ├── meet.md │ ├── paper.md │ ├── player.md │ ├── research.md │ ├── sources.md │ ├── suite.md │ └── tasks.md ├── console-mode.md ├── how-to │ ├── README.md │ ├── add-kb-documents.md │ ├── connect-whatsapp.md │ ├── create-first-bot.md │ ├── monitor-sessions.md │ └── write-first-dialog.md ├── htmx-architecture.md ├── monitoring.md ├── single-gbui.md ├── suite-manual.md └── ui-structure.md ├── 05-gbtheme ├── README.md ├── css.md └── structure.md ├── 06-gbdialog ├── README.md ├── api-possibilities.md ├── assets │ └── basic-execution-flow.svg.backup ├── basic-vs-automation-tools.md ├── basics.md ├── examples-consolidated.md ├── keyword-add-bot.md ├── keyword-add-member.md ├── keyword-add-suggestion.md ├── keyword-aggregate.md ├── keyword-book.md ├── keyword-bot-reflection.md ├── keyword-card.md ├── keyword-clear-kb.md ├── keyword-clear-tools.md ├── keyword-compress.md ├── keyword-copy.md ├── keyword-create-draft.md ├── keyword-create-site.md ├── keyword-create-task.md ├── keyword-delegate-to-bot.md ├── keyword-delete-file.md ├── keyword-delete-http.md ├── keyword-delete.md ├── keyword-download.md ├── keyword-exit-for.md ├── keyword-extract.md ├── keyword-fill.md ├── keyword-filter.md ├── keyword-find.md ├── keyword-first.md ├── keyword-for-each.md ├── keyword-format.md ├── keyword-generate-pdf.md ├── keyword-get-bot-memory.md ├── keyword-get-user-memory.md ├── keyword-get.md ├── keyword-goto.md ├── keyword-graphql.md ├── keyword-group-by.md ├── keyword-hear.md ├── keyword-insert.md ├── keyword-instr.md ├── keyword-is-numeric.md ├── keyword-join.md ├── keyword-kb-collection-stats.md ├── keyword-kb-documents-added-since.md ├── keyword-kb-documents-count.md ├── keyword-kb-list-collections.md ├── keyword-kb-statistics.md ├── keyword-kb-storage-size.md ├── keyword-last.md ├── keyword-list.md ├── keyword-map.md ├── keyword-merge-pdf.md ├── keyword-merge.md ├── keyword-model-route.md ├── keyword-move.md ├── keyword-on-error.md ├── keyword-on.md ├── keyword-patch.md ├── keyword-pivot.md ├── keyword-play.md ├── keyword-post.md ├── keyword-print.md ├── keyword-put.md ├── keyword-qrcode.md ├── keyword-read.md ├── keyword-reference-complete.md ├── keyword-remember.md ├── keyword-run-code.md ├── keyword-save.md ├── keyword-send-mail.md ├── keyword-send-template.md ├── keyword-set-bot-memory.md ├── keyword-set-context.md ├── keyword-set-header.md ├── keyword-set-schedule.md ├── keyword-set-user-memory.md ├── keyword-set-user.md ├── keyword-set.md ├── keyword-sms.md ├── keyword-soap.md ├── keyword-start-meet.md ├── keyword-switch.md ├── keyword-synchronize.md ├── keyword-table.md ├── keyword-talk.md ├── keyword-update.md ├── keyword-upload.md ├── keyword-use-kb.md ├── keyword-use-mcp.md ├── keyword-use-model.md ├── keyword-use-tool.md ├── keyword-use-website.md ├── keyword-wait.md ├── keyword-weather.md ├── keyword-webhook.md ├── keyword-write.md ├── keywords-data.md ├── keywords-file.md ├── keywords-gpio.md ├── keywords-http.md ├── keywords-kb-statistics.md ├── keywords-lead-scoring.md ├── keywords-media.md ├── keywords-multi-agent.md ├── keywords-social-media.md ├── keywords.md ├── prompt-blocks.md ├── script-execution-flow.md ├── template-enrollment.md ├── template-start.md ├── template-summary.md ├── template-variables.md ├── templates.md ├── templates │ ├── ai-search.md │ ├── analytics-dashboard.md │ ├── announcements.md │ ├── auth.md │ ├── backup.md │ ├── bank.md │ ├── broadcast.md │ ├── default.md │ ├── edu.md │ ├── employees.md │ ├── enrollment.md │ ├── erp.md │ ├── helpdesk.md │ ├── privacy.md │ ├── sales-pipeline.md │ ├── start.md │ ├── store.md │ ├── talk-to-data.md │ └── whatsapp.md ├── tools-data-sync.md └── universal-messaging.md ├── 07-gbapp ├── README.md ├── architecture.md ├── assets │ ├── data-flow.svg.backup │ ├── module-data-flow.svg.backup │ ├── module-dependency.svg.backup │ └── system-architecture.svg.backup ├── autonomous-tasks.md ├── building.md ├── cargo-tools.md ├── containers.md ├── crates.md ├── custom-keywords.md ├── dependencies.md ├── docker-deployment.md ├── example-gbapp.md ├── infrastructure.md ├── keyword-refactoring.md ├── observability.md ├── philosophy.md ├── scaling.md └── services.md ├── 08-config ├── README.md ├── config-csv.md ├── context-config.md ├── drive.md ├── llm-config.md ├── minio.md ├── multimodal.md ├── parameters.md ├── secrets-management.md ├── sms-providers.md ├── teams-channel.md └── whatsapp-channel.md ├── 09-tools ├── README.md ├── compilation.md ├── external-apis.md ├── get-integration.md ├── llm-rest-server.md ├── mcp-format.md ├── nvidia-gpu-setup.md ├── openai-format.md ├── param-declaration.md └── tool-definition.md ├── 10-rest ├── README.md ├── admin-api.md ├── ai-api.md ├── analytics-api.md ├── assets │ ├── api-architecture.svg.backup │ └── api-request-flow.svg.backup ├── backup-api.md ├── calendar-api.md ├── calls-api.md ├── compliance-api.md ├── conversations-api.md ├── document-processing.md ├── email-api.md ├── examples.md ├── files-api.md ├── group-membership.md ├── groups-api.md ├── ml-api.md ├── monitoring-api.md ├── notifications-api.md ├── opensource-components.md ├── reports-api.md ├── security-api.md ├── storage-api.md ├── tasks-api.md ├── user-security.md ├── users-api.md └── whiteboard-api.md ├── 11-features ├── README.md ├── ai-llm.md ├── attendant-llm-assist.md ├── automation.md ├── channels.md ├── conversation.md ├── core-features.md ├── drive-monitor.md ├── editions.md ├── email.md ├── hybrid-search.md ├── knowledge-base.md ├── m365-comparison.md ├── memory-management.md ├── multi-agent-design.md ├── multi-agent-orchestration.md ├── platform-comparison.md ├── projects.md ├── storage.md ├── transfer-to-human.md └── whats-new.md ├── 12-auth ├── README.md ├── api-endpoints.md ├── bot-auth.md ├── compliance-requirements.md ├── password-security.md ├── permissions-compliance.md ├── permissions-matrix.md ├── security-features.md ├── security-policy.md ├── user-auth.md └── user-system-context.md ├── 13-community ├── README.md ├── code-of-conduct-pt-br.md ├── code-of-conduct.md ├── community.md ├── contributing-guidelines.md ├── documentation.md ├── ide-extensions.md ├── pull-requests.md ├── setup.md ├── standards.md └── testing.md ├── 13-devices ├── README.md ├── buying-guide.md ├── hardware.md ├── local-llm.md ├── mobile.md └── quick-start.md ├── 14-migration ├── README.md ├── automation.md ├── botpress.md ├── common-concepts.md ├── comparison-matrix.md ├── dialogflow.md ├── google-workspace.md ├── intercom.md ├── kb-migration.md ├── microsoft-365.md ├── n8n.md ├── notion.md ├── overview.md ├── perplexity.md ├── resources.md ├── validation.md └── zapier-make.md ├── 15-appendix ├── README.md ├── relationships.md ├── schema.md └── tables.md ├── 16-appendix-docs-style ├── conversation-examples.md └── svg.md ├── 17-testing ├── README.md ├── architecture.md ├── best-practices.md ├── ci-cd.md ├── e2e-testing.md └── performance.md ├── 18-appendix-external-services ├── README.md ├── attendance-queue.md ├── catalog.md ├── channels.md ├── console.md ├── directory.md ├── hosting-dns.md ├── llm-providers.md ├── multimodal.md ├── nvidia.md ├── storage.md ├── timeseries.md └── weather.md ├── 19-maintenance ├── README.md ├── backup-recovery.md ├── component-reference.md ├── security-auditing.md ├── troubleshooting.md └── updating-components.md ├── 20-embedding ├── README.md ├── hardware.md ├── local-llm.md └── quick-start.md ├── README.md ├── SUMMARY.md ├── assets ├── api-comparison-matrix.svg ├── architecture-overview.svg ├── architecture.svg ├── architecture.svg.backup ├── botmodels-architecture.svg ├── chapter-01 │ ├── bootstrap-process.svg │ ├── quick-start-bootstrap-wide.svg │ ├── quick-start-bootstrap.svg │ ├── session-manager.svg │ ├── session-states.svg │ └── tool-execution-flow.svg ├── chapter-02 │ ├── package-structure.svg │ └── template-deployment-flow.svg ├── chapter-03 │ ├── caching-architecture.svg │ ├── context-window.svg │ ├── kb-architecture-pipeline.svg │ ├── search-pipeline.svg │ ├── storage-breakdown.svg │ ├── storage-multiplication.svg │ └── technical-specs.svg ├── chapter-04 │ ├── analytics-interface.svg │ ├── autotask-interface.svg │ ├── calendar-interface.svg │ ├── compliance-interface.svg │ ├── designer-interface.svg │ ├── drive-interface.svg │ ├── kb-semantic-search-flow.svg │ ├── mail-interface.svg │ ├── meet-interface.svg │ ├── paper-interface.svg │ ├── research-interface.svg │ ├── sources-interface.svg │ ├── step-flow-4-steps.svg │ ├── suite-main-layout.svg │ ├── tasks-interface.svg │ └── whatsapp-integration-flow.svg ├── chapter-06 │ └── basic-execution-flow.svg ├── chapter-07 │ ├── autonomous-task-flow.svg │ ├── data-flow.svg │ ├── data-traceability.svg │ ├── module-data-flow.svg │ ├── module-dependency.svg │ └── system-architecture.svg ├── chapter-10 │ ├── api-architecture.svg │ └── api-request-flow.svg ├── chapter-13 │ ├── botdevice-architecture.svg │ ├── budget-decision-tree.svg │ ├── embedded-architecture.svg │ ├── gpio-button-interface.svg │ ├── local-llm-architecture.svg │ └── orange-pi-5-specs.svg ├── conversation-flow.svg ├── conversation-flow.svg.backup ├── diagrams │ └── embedded-architecture.svg ├── directory-tree.svg ├── feature-parity-flow.svg ├── gb-decorative-header.svg ├── general-bots-logo.svg ├── icons │ ├── gb-analytics.svg │ ├── gb-bot.svg │ ├── gb-calendar.svg │ ├── gb-chart.svg │ ├── gb-chat.svg │ ├── gb-check.svg │ ├── gb-compliance.svg │ ├── gb-database.svg │ ├── gb-designer.svg │ ├── gb-drive.svg │ ├── gb-folder.svg │ ├── gb-gear.svg │ ├── gb-globe.svg │ ├── gb-lightbulb.svg │ ├── gb-lock.svg │ ├── gb-logo.svg │ ├── gb-mail.svg │ ├── gb-meet.svg │ ├── gb-note.svg │ ├── gb-package.svg │ ├── gb-palette.svg │ ├── gb-paper.svg │ ├── gb-research.svg │ ├── gb-rocket.svg │ ├── gb-search.svg │ ├── gb-signal.svg │ ├── gb-sources.svg │ ├── gb-target.svg │ ├── gb-tasks.svg │ ├── gb-tree.svg │ └── gb-warning.svg ├── infrastructure-architecture.svg ├── migration-architecture.svg ├── observability-flow.svg ├── package-system-flow.svg ├── package-system-flow.svg.backup ├── platform-architecture.svg ├── platform-comparison-summary.svg ├── project-report.html ├── project-treemap.svg ├── script-execution-flow.svg ├── suite │ ├── analytics-flow.svg │ ├── analytics-screen.svg │ ├── app-launcher.svg │ ├── calendar-flow.svg │ ├── calendar-screen.svg │ ├── chat-flow.svg │ ├── chat-screen.svg │ ├── compliance-flow.svg │ ├── compliance-screen.svg │ ├── designer-flow.svg │ ├── designer-screen.svg │ ├── drive-flow.svg │ ├── drive-screen.svg │ ├── live-monitoring-organism.svg │ ├── mail-flow.svg │ ├── mail-screen.svg │ ├── meet-flow.svg │ ├── meet-screen.svg │ ├── paper-flow.svg │ ├── paper-screen.svg │ ├── player-flow.svg │ ├── player-screen.svg │ ├── research-flow.svg │ ├── research-screen.svg │ ├── sources-flow.svg │ ├── sources-screen.svg │ ├── suite-layout.svg │ ├── suite-screen.svg │ ├── tasks-flow.svg │ └── tasks-screen.svg ├── technical-specs.svg └── wa-chat.css ├── contact └── README.md ├── custom.css ├── executive-vision.md ├── favicon.png ├── glossary.md ├── introduction.md ├── theme-sync.js └── whatsapp-chat.css /.gitignore: -------------------------------------------------------------------------------- 1 | book 2 | .env 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/LICENSE -------------------------------------------------------------------------------- /PROMPT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/PROMPT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/README.md -------------------------------------------------------------------------------- /book.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/book.toml -------------------------------------------------------------------------------- /src/01-introduction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/README.md -------------------------------------------------------------------------------- /src/01-introduction/assets/bootstrap-process.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/assets/bootstrap-process.svg.backup -------------------------------------------------------------------------------- /src/01-introduction/assets/quick-start-bootstrap.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/assets/quick-start-bootstrap.svg.backup -------------------------------------------------------------------------------- /src/01-introduction/assets/session-manager.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/assets/session-manager.svg.backup -------------------------------------------------------------------------------- /src/01-introduction/assets/session-states.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/assets/session-states.svg.backup -------------------------------------------------------------------------------- /src/01-introduction/assets/tool-execution-flow.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/assets/tool-execution-flow.svg.backup -------------------------------------------------------------------------------- /src/01-introduction/first-conversation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/first-conversation.md -------------------------------------------------------------------------------- /src/01-introduction/installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/installation.md -------------------------------------------------------------------------------- /src/01-introduction/local-domains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/local-domains.md -------------------------------------------------------------------------------- /src/01-introduction/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/overview.md -------------------------------------------------------------------------------- /src/01-introduction/quick-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/quick-start.md -------------------------------------------------------------------------------- /src/01-introduction/sessions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/01-introduction/sessions.md -------------------------------------------------------------------------------- /src/02-templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/README.md -------------------------------------------------------------------------------- /src/02-templates/assets/package-structure.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/assets/package-structure.svg.backup -------------------------------------------------------------------------------- /src/02-templates/assets/template-deployment-flow.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/assets/template-deployment-flow.svg.backup -------------------------------------------------------------------------------- /src/02-templates/gbai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/gbai.md -------------------------------------------------------------------------------- /src/02-templates/gbdialog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/gbdialog.md -------------------------------------------------------------------------------- /src/02-templates/gbdrive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/gbdrive.md -------------------------------------------------------------------------------- /src/02-templates/gbkb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/gbkb.md -------------------------------------------------------------------------------- /src/02-templates/gbot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/gbot.md -------------------------------------------------------------------------------- /src/02-templates/gbtheme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/gbtheme.md -------------------------------------------------------------------------------- /src/02-templates/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/summary.md -------------------------------------------------------------------------------- /src/02-templates/template-analytics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-analytics.md -------------------------------------------------------------------------------- /src/02-templates/template-api-client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-api-client.md -------------------------------------------------------------------------------- /src/02-templates/template-attendance-crm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-attendance-crm.md -------------------------------------------------------------------------------- /src/02-templates/template-bi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-bi.md -------------------------------------------------------------------------------- /src/02-templates/template-crawler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-crawler.md -------------------------------------------------------------------------------- /src/02-templates/template-crm-contacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-crm-contacts.md -------------------------------------------------------------------------------- /src/02-templates/template-crm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-crm.md -------------------------------------------------------------------------------- /src/02-templates/template-embedded.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-embedded.md -------------------------------------------------------------------------------- /src/02-templates/template-law.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-law.md -------------------------------------------------------------------------------- /src/02-templates/template-llm-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-llm-server.md -------------------------------------------------------------------------------- /src/02-templates/template-llm-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-llm-tools.md -------------------------------------------------------------------------------- /src/02-templates/template-marketing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-marketing.md -------------------------------------------------------------------------------- /src/02-templates/template-office.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-office.md -------------------------------------------------------------------------------- /src/02-templates/template-reminder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-reminder.md -------------------------------------------------------------------------------- /src/02-templates/template-samples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-samples.md -------------------------------------------------------------------------------- /src/02-templates/template-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/template-template.md -------------------------------------------------------------------------------- /src/02-templates/templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/02-templates/templates.md -------------------------------------------------------------------------------- /src/03-knowledge-base/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/README.md -------------------------------------------------------------------------------- /src/03-knowledge-base/assets/caching-architecture.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/assets/caching-architecture.svg.backup -------------------------------------------------------------------------------- /src/03-knowledge-base/assets/context-window.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/assets/context-window.svg.backup -------------------------------------------------------------------------------- /src/03-knowledge-base/assets/kb-architecture-pipeline.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/assets/kb-architecture-pipeline.svg.backup -------------------------------------------------------------------------------- /src/03-knowledge-base/assets/search-pipeline.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/assets/search-pipeline.svg.backup -------------------------------------------------------------------------------- /src/03-knowledge-base/assets/storage-breakdown.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/assets/storage-breakdown.svg.backup -------------------------------------------------------------------------------- /src/03-knowledge-base/assets/storage-multiplication.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/assets/storage-multiplication.svg.backup -------------------------------------------------------------------------------- /src/03-knowledge-base/assets/technical-specs.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/assets/technical-specs.svg.backup -------------------------------------------------------------------------------- /src/03-knowledge-base/caching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/caching.md -------------------------------------------------------------------------------- /src/03-knowledge-base/episodic-memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/episodic-memory.md -------------------------------------------------------------------------------- /src/03-knowledge-base/indexing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/indexing.md -------------------------------------------------------------------------------- /src/03-knowledge-base/kb-and-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/kb-and-tools.md -------------------------------------------------------------------------------- /src/03-knowledge-base/semantic-search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/semantic-search.md -------------------------------------------------------------------------------- /src/03-knowledge-base/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/summary.md -------------------------------------------------------------------------------- /src/03-knowledge-base/vector-collections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/03-knowledge-base/vector-collections.md -------------------------------------------------------------------------------- /src/04-gbui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/README.md -------------------------------------------------------------------------------- /src/04-gbui/admin-user-views.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/admin-user-views.md -------------------------------------------------------------------------------- /src/04-gbui/apps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/README.md -------------------------------------------------------------------------------- /src/04-gbui/apps/analytics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/analytics.md -------------------------------------------------------------------------------- /src/04-gbui/apps/calendar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/calendar.md -------------------------------------------------------------------------------- /src/04-gbui/apps/chat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/chat.md -------------------------------------------------------------------------------- /src/04-gbui/apps/compliance-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/compliance-api.md -------------------------------------------------------------------------------- /src/04-gbui/apps/compliance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/compliance.md -------------------------------------------------------------------------------- /src/04-gbui/apps/designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/designer.md -------------------------------------------------------------------------------- /src/04-gbui/apps/drive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/drive.md -------------------------------------------------------------------------------- /src/04-gbui/apps/mail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/mail.md -------------------------------------------------------------------------------- /src/04-gbui/apps/meet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/meet.md -------------------------------------------------------------------------------- /src/04-gbui/apps/paper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/paper.md -------------------------------------------------------------------------------- /src/04-gbui/apps/player.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/player.md -------------------------------------------------------------------------------- /src/04-gbui/apps/research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/research.md -------------------------------------------------------------------------------- /src/04-gbui/apps/sources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/sources.md -------------------------------------------------------------------------------- /src/04-gbui/apps/suite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/suite.md -------------------------------------------------------------------------------- /src/04-gbui/apps/tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/apps/tasks.md -------------------------------------------------------------------------------- /src/04-gbui/console-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/console-mode.md -------------------------------------------------------------------------------- /src/04-gbui/how-to/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/how-to/README.md -------------------------------------------------------------------------------- /src/04-gbui/how-to/add-kb-documents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/how-to/add-kb-documents.md -------------------------------------------------------------------------------- /src/04-gbui/how-to/connect-whatsapp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/how-to/connect-whatsapp.md -------------------------------------------------------------------------------- /src/04-gbui/how-to/create-first-bot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/how-to/create-first-bot.md -------------------------------------------------------------------------------- /src/04-gbui/how-to/monitor-sessions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/how-to/monitor-sessions.md -------------------------------------------------------------------------------- /src/04-gbui/how-to/write-first-dialog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/how-to/write-first-dialog.md -------------------------------------------------------------------------------- /src/04-gbui/htmx-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/htmx-architecture.md -------------------------------------------------------------------------------- /src/04-gbui/monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/monitoring.md -------------------------------------------------------------------------------- /src/04-gbui/single-gbui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/single-gbui.md -------------------------------------------------------------------------------- /src/04-gbui/suite-manual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/suite-manual.md -------------------------------------------------------------------------------- /src/04-gbui/ui-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/04-gbui/ui-structure.md -------------------------------------------------------------------------------- /src/05-gbtheme/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/05-gbtheme/README.md -------------------------------------------------------------------------------- /src/05-gbtheme/css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/05-gbtheme/css.md -------------------------------------------------------------------------------- /src/05-gbtheme/structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/05-gbtheme/structure.md -------------------------------------------------------------------------------- /src/06-gbdialog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/README.md -------------------------------------------------------------------------------- /src/06-gbdialog/api-possibilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/api-possibilities.md -------------------------------------------------------------------------------- /src/06-gbdialog/assets/basic-execution-flow.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/assets/basic-execution-flow.svg.backup -------------------------------------------------------------------------------- /src/06-gbdialog/basic-vs-automation-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/basic-vs-automation-tools.md -------------------------------------------------------------------------------- /src/06-gbdialog/basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/basics.md -------------------------------------------------------------------------------- /src/06-gbdialog/examples-consolidated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/examples-consolidated.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-add-bot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-add-bot.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-add-member.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-add-member.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-add-suggestion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-add-suggestion.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-aggregate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-aggregate.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-book.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-book.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-bot-reflection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-bot-reflection.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-card.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-card.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-clear-kb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-clear-kb.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-clear-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-clear-tools.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-compress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-compress.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-copy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-copy.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-create-draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-create-draft.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-create-site.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-create-site.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-create-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-create-task.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-delegate-to-bot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-delegate-to-bot.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-delete-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-delete-file.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-delete-http.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-delete-http.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-delete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-delete.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-download.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-download.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-exit-for.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-exit-for.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-extract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-extract.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-fill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-fill.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-filter.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-find.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-find.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-first.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-first.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-for-each.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-for-each.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-format.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-generate-pdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-generate-pdf.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-get-bot-memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-get-bot-memory.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-get-user-memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-get-user-memory.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-get.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-goto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-goto.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-graphql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-graphql.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-group-by.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-group-by.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-hear.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-hear.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-insert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-insert.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-instr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-instr.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-is-numeric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-is-numeric.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-join.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-kb-collection-stats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-kb-collection-stats.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-kb-documents-added-since.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-kb-documents-added-since.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-kb-documents-count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-kb-documents-count.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-kb-list-collections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-kb-list-collections.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-kb-statistics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-kb-statistics.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-kb-storage-size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-kb-storage-size.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-last.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-last.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-list.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-map.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-merge-pdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-merge-pdf.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-merge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-merge.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-model-route.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-model-route.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-move.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-move.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-on-error.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-on-error.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-on.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-on.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-patch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-patch.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-pivot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-pivot.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-play.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-play.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-post.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-print.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-print.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-put.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-put.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-qrcode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-qrcode.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-read.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-reference-complete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-reference-complete.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-remember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-remember.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-run-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-run-code.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-save.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-save.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-send-mail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-send-mail.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-send-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-send-template.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-set-bot-memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-set-bot-memory.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-set-context.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-set-context.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-set-header.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-set-header.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-set-schedule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-set-schedule.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-set-user-memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-set-user-memory.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-set-user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-set-user.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-set.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-sms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-sms.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-soap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-soap.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-start-meet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-start-meet.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-switch.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-synchronize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-synchronize.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-table.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-talk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-talk.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-update.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-upload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-upload.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-use-kb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-use-kb.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-use-mcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-use-mcp.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-use-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-use-model.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-use-tool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-use-tool.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-use-website.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-use-website.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-wait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-wait.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-weather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-weather.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-webhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-webhook.md -------------------------------------------------------------------------------- /src/06-gbdialog/keyword-write.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keyword-write.md -------------------------------------------------------------------------------- /src/06-gbdialog/keywords-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keywords-data.md -------------------------------------------------------------------------------- /src/06-gbdialog/keywords-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keywords-file.md -------------------------------------------------------------------------------- /src/06-gbdialog/keywords-gpio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keywords-gpio.md -------------------------------------------------------------------------------- /src/06-gbdialog/keywords-http.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keywords-http.md -------------------------------------------------------------------------------- /src/06-gbdialog/keywords-kb-statistics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keywords-kb-statistics.md -------------------------------------------------------------------------------- /src/06-gbdialog/keywords-lead-scoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keywords-lead-scoring.md -------------------------------------------------------------------------------- /src/06-gbdialog/keywords-media.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keywords-media.md -------------------------------------------------------------------------------- /src/06-gbdialog/keywords-multi-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keywords-multi-agent.md -------------------------------------------------------------------------------- /src/06-gbdialog/keywords-social-media.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keywords-social-media.md -------------------------------------------------------------------------------- /src/06-gbdialog/keywords.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/keywords.md -------------------------------------------------------------------------------- /src/06-gbdialog/prompt-blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/prompt-blocks.md -------------------------------------------------------------------------------- /src/06-gbdialog/script-execution-flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/script-execution-flow.md -------------------------------------------------------------------------------- /src/06-gbdialog/template-enrollment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/template-enrollment.md -------------------------------------------------------------------------------- /src/06-gbdialog/template-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/template-start.md -------------------------------------------------------------------------------- /src/06-gbdialog/template-summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/template-summary.md -------------------------------------------------------------------------------- /src/06-gbdialog/template-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/template-variables.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/ai-search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/ai-search.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/analytics-dashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/analytics-dashboard.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/announcements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/announcements.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/auth.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/backup.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/bank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/bank.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/broadcast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/broadcast.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/default.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/edu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/edu.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/employees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/employees.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/enrollment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/enrollment.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/erp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/erp.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/helpdesk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/helpdesk.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/privacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/privacy.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/sales-pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/sales-pipeline.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/start.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/store.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/store.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/talk-to-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/talk-to-data.md -------------------------------------------------------------------------------- /src/06-gbdialog/templates/whatsapp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/templates/whatsapp.md -------------------------------------------------------------------------------- /src/06-gbdialog/tools-data-sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/tools-data-sync.md -------------------------------------------------------------------------------- /src/06-gbdialog/universal-messaging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/06-gbdialog/universal-messaging.md -------------------------------------------------------------------------------- /src/07-gbapp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/README.md -------------------------------------------------------------------------------- /src/07-gbapp/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/architecture.md -------------------------------------------------------------------------------- /src/07-gbapp/assets/data-flow.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/assets/data-flow.svg.backup -------------------------------------------------------------------------------- /src/07-gbapp/assets/module-data-flow.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/assets/module-data-flow.svg.backup -------------------------------------------------------------------------------- /src/07-gbapp/assets/module-dependency.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/assets/module-dependency.svg.backup -------------------------------------------------------------------------------- /src/07-gbapp/assets/system-architecture.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/assets/system-architecture.svg.backup -------------------------------------------------------------------------------- /src/07-gbapp/autonomous-tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/autonomous-tasks.md -------------------------------------------------------------------------------- /src/07-gbapp/building.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/building.md -------------------------------------------------------------------------------- /src/07-gbapp/cargo-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/cargo-tools.md -------------------------------------------------------------------------------- /src/07-gbapp/containers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/containers.md -------------------------------------------------------------------------------- /src/07-gbapp/crates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/crates.md -------------------------------------------------------------------------------- /src/07-gbapp/custom-keywords.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/custom-keywords.md -------------------------------------------------------------------------------- /src/07-gbapp/dependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/dependencies.md -------------------------------------------------------------------------------- /src/07-gbapp/docker-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/docker-deployment.md -------------------------------------------------------------------------------- /src/07-gbapp/example-gbapp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/example-gbapp.md -------------------------------------------------------------------------------- /src/07-gbapp/infrastructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/infrastructure.md -------------------------------------------------------------------------------- /src/07-gbapp/keyword-refactoring.md: -------------------------------------------------------------------------------- 1 | # Keyword Refactoring Plan 2 | -------------------------------------------------------------------------------- /src/07-gbapp/observability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/observability.md -------------------------------------------------------------------------------- /src/07-gbapp/philosophy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/philosophy.md -------------------------------------------------------------------------------- /src/07-gbapp/scaling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/scaling.md -------------------------------------------------------------------------------- /src/07-gbapp/services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/07-gbapp/services.md -------------------------------------------------------------------------------- /src/08-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/08-config/README.md -------------------------------------------------------------------------------- /src/08-config/config-csv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/08-config/config-csv.md -------------------------------------------------------------------------------- /src/08-config/context-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/08-config/context-config.md -------------------------------------------------------------------------------- /src/08-config/drive.md: -------------------------------------------------------------------------------- 1 | # Drive Integration 2 | -------------------------------------------------------------------------------- /src/08-config/llm-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/08-config/llm-config.md -------------------------------------------------------------------------------- /src/08-config/minio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/08-config/minio.md -------------------------------------------------------------------------------- /src/08-config/multimodal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/08-config/multimodal.md -------------------------------------------------------------------------------- /src/08-config/parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/08-config/parameters.md -------------------------------------------------------------------------------- /src/08-config/secrets-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/08-config/secrets-management.md -------------------------------------------------------------------------------- /src/08-config/sms-providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/08-config/sms-providers.md -------------------------------------------------------------------------------- /src/08-config/teams-channel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/08-config/teams-channel.md -------------------------------------------------------------------------------- /src/08-config/whatsapp-channel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/08-config/whatsapp-channel.md -------------------------------------------------------------------------------- /src/09-tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/09-tools/README.md -------------------------------------------------------------------------------- /src/09-tools/compilation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/09-tools/compilation.md -------------------------------------------------------------------------------- /src/09-tools/external-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/09-tools/external-apis.md -------------------------------------------------------------------------------- /src/09-tools/get-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/09-tools/get-integration.md -------------------------------------------------------------------------------- /src/09-tools/llm-rest-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/09-tools/llm-rest-server.md -------------------------------------------------------------------------------- /src/09-tools/mcp-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/09-tools/mcp-format.md -------------------------------------------------------------------------------- /src/09-tools/nvidia-gpu-setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/09-tools/nvidia-gpu-setup.md -------------------------------------------------------------------------------- /src/09-tools/openai-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/09-tools/openai-format.md -------------------------------------------------------------------------------- /src/09-tools/param-declaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/09-tools/param-declaration.md -------------------------------------------------------------------------------- /src/09-tools/tool-definition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/09-tools/tool-definition.md -------------------------------------------------------------------------------- /src/10-rest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/README.md -------------------------------------------------------------------------------- /src/10-rest/admin-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/admin-api.md -------------------------------------------------------------------------------- /src/10-rest/ai-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/ai-api.md -------------------------------------------------------------------------------- /src/10-rest/analytics-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/analytics-api.md -------------------------------------------------------------------------------- /src/10-rest/assets/api-architecture.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/assets/api-architecture.svg.backup -------------------------------------------------------------------------------- /src/10-rest/assets/api-request-flow.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/assets/api-request-flow.svg.backup -------------------------------------------------------------------------------- /src/10-rest/backup-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/backup-api.md -------------------------------------------------------------------------------- /src/10-rest/calendar-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/calendar-api.md -------------------------------------------------------------------------------- /src/10-rest/calls-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/calls-api.md -------------------------------------------------------------------------------- /src/10-rest/compliance-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/compliance-api.md -------------------------------------------------------------------------------- /src/10-rest/conversations-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/conversations-api.md -------------------------------------------------------------------------------- /src/10-rest/document-processing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/document-processing.md -------------------------------------------------------------------------------- /src/10-rest/email-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/email-api.md -------------------------------------------------------------------------------- /src/10-rest/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/examples.md -------------------------------------------------------------------------------- /src/10-rest/files-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/files-api.md -------------------------------------------------------------------------------- /src/10-rest/group-membership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/group-membership.md -------------------------------------------------------------------------------- /src/10-rest/groups-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/groups-api.md -------------------------------------------------------------------------------- /src/10-rest/ml-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/ml-api.md -------------------------------------------------------------------------------- /src/10-rest/monitoring-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/monitoring-api.md -------------------------------------------------------------------------------- /src/10-rest/notifications-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/notifications-api.md -------------------------------------------------------------------------------- /src/10-rest/opensource-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/opensource-components.md -------------------------------------------------------------------------------- /src/10-rest/reports-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/reports-api.md -------------------------------------------------------------------------------- /src/10-rest/security-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/security-api.md -------------------------------------------------------------------------------- /src/10-rest/storage-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/storage-api.md -------------------------------------------------------------------------------- /src/10-rest/tasks-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/tasks-api.md -------------------------------------------------------------------------------- /src/10-rest/user-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/user-security.md -------------------------------------------------------------------------------- /src/10-rest/users-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/users-api.md -------------------------------------------------------------------------------- /src/10-rest/whiteboard-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/10-rest/whiteboard-api.md -------------------------------------------------------------------------------- /src/11-features/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/README.md -------------------------------------------------------------------------------- /src/11-features/ai-llm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/ai-llm.md -------------------------------------------------------------------------------- /src/11-features/attendant-llm-assist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/attendant-llm-assist.md -------------------------------------------------------------------------------- /src/11-features/automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/automation.md -------------------------------------------------------------------------------- /src/11-features/channels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/channels.md -------------------------------------------------------------------------------- /src/11-features/conversation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/conversation.md -------------------------------------------------------------------------------- /src/11-features/core-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/core-features.md -------------------------------------------------------------------------------- /src/11-features/drive-monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/drive-monitor.md -------------------------------------------------------------------------------- /src/11-features/editions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/editions.md -------------------------------------------------------------------------------- /src/11-features/email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/email.md -------------------------------------------------------------------------------- /src/11-features/hybrid-search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/hybrid-search.md -------------------------------------------------------------------------------- /src/11-features/knowledge-base.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/knowledge-base.md -------------------------------------------------------------------------------- /src/11-features/m365-comparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/m365-comparison.md -------------------------------------------------------------------------------- /src/11-features/memory-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/memory-management.md -------------------------------------------------------------------------------- /src/11-features/multi-agent-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/multi-agent-design.md -------------------------------------------------------------------------------- /src/11-features/multi-agent-orchestration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/multi-agent-orchestration.md -------------------------------------------------------------------------------- /src/11-features/platform-comparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/platform-comparison.md -------------------------------------------------------------------------------- /src/11-features/projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/projects.md -------------------------------------------------------------------------------- /src/11-features/storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/storage.md -------------------------------------------------------------------------------- /src/11-features/transfer-to-human.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/transfer-to-human.md -------------------------------------------------------------------------------- /src/11-features/whats-new.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/11-features/whats-new.md -------------------------------------------------------------------------------- /src/12-auth/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/12-auth/README.md -------------------------------------------------------------------------------- /src/12-auth/api-endpoints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/12-auth/api-endpoints.md -------------------------------------------------------------------------------- /src/12-auth/bot-auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/12-auth/bot-auth.md -------------------------------------------------------------------------------- /src/12-auth/compliance-requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/12-auth/compliance-requirements.md -------------------------------------------------------------------------------- /src/12-auth/password-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/12-auth/password-security.md -------------------------------------------------------------------------------- /src/12-auth/permissions-compliance.md: -------------------------------------------------------------------------------- 1 | # Permissions Compliance 2 | -------------------------------------------------------------------------------- /src/12-auth/permissions-matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/12-auth/permissions-matrix.md -------------------------------------------------------------------------------- /src/12-auth/security-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/12-auth/security-features.md -------------------------------------------------------------------------------- /src/12-auth/security-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/12-auth/security-policy.md -------------------------------------------------------------------------------- /src/12-auth/user-auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/12-auth/user-auth.md -------------------------------------------------------------------------------- /src/12-auth/user-system-context.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/12-auth/user-system-context.md -------------------------------------------------------------------------------- /src/13-community/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-community/README.md -------------------------------------------------------------------------------- /src/13-community/code-of-conduct-pt-br.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-community/code-of-conduct-pt-br.md -------------------------------------------------------------------------------- /src/13-community/code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-community/code-of-conduct.md -------------------------------------------------------------------------------- /src/13-community/community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-community/community.md -------------------------------------------------------------------------------- /src/13-community/contributing-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-community/contributing-guidelines.md -------------------------------------------------------------------------------- /src/13-community/documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-community/documentation.md -------------------------------------------------------------------------------- /src/13-community/ide-extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-community/ide-extensions.md -------------------------------------------------------------------------------- /src/13-community/pull-requests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-community/pull-requests.md -------------------------------------------------------------------------------- /src/13-community/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-community/setup.md -------------------------------------------------------------------------------- /src/13-community/standards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-community/standards.md -------------------------------------------------------------------------------- /src/13-community/testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-community/testing.md -------------------------------------------------------------------------------- /src/13-devices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-devices/README.md -------------------------------------------------------------------------------- /src/13-devices/buying-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-devices/buying-guide.md -------------------------------------------------------------------------------- /src/13-devices/hardware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-devices/hardware.md -------------------------------------------------------------------------------- /src/13-devices/local-llm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-devices/local-llm.md -------------------------------------------------------------------------------- /src/13-devices/mobile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-devices/mobile.md -------------------------------------------------------------------------------- /src/13-devices/quick-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/13-devices/quick-start.md -------------------------------------------------------------------------------- /src/14-migration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/README.md -------------------------------------------------------------------------------- /src/14-migration/automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/automation.md -------------------------------------------------------------------------------- /src/14-migration/botpress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/botpress.md -------------------------------------------------------------------------------- /src/14-migration/common-concepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/common-concepts.md -------------------------------------------------------------------------------- /src/14-migration/comparison-matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/comparison-matrix.md -------------------------------------------------------------------------------- /src/14-migration/dialogflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/dialogflow.md -------------------------------------------------------------------------------- /src/14-migration/google-workspace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/google-workspace.md -------------------------------------------------------------------------------- /src/14-migration/intercom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/intercom.md -------------------------------------------------------------------------------- /src/14-migration/kb-migration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/kb-migration.md -------------------------------------------------------------------------------- /src/14-migration/microsoft-365.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/microsoft-365.md -------------------------------------------------------------------------------- /src/14-migration/n8n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/n8n.md -------------------------------------------------------------------------------- /src/14-migration/notion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/notion.md -------------------------------------------------------------------------------- /src/14-migration/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/overview.md -------------------------------------------------------------------------------- /src/14-migration/perplexity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/perplexity.md -------------------------------------------------------------------------------- /src/14-migration/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/resources.md -------------------------------------------------------------------------------- /src/14-migration/validation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/validation.md -------------------------------------------------------------------------------- /src/14-migration/zapier-make.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/14-migration/zapier-make.md -------------------------------------------------------------------------------- /src/15-appendix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/15-appendix/README.md -------------------------------------------------------------------------------- /src/15-appendix/relationships.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/15-appendix/relationships.md -------------------------------------------------------------------------------- /src/15-appendix/schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/15-appendix/schema.md -------------------------------------------------------------------------------- /src/15-appendix/tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/15-appendix/tables.md -------------------------------------------------------------------------------- /src/16-appendix-docs-style/conversation-examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/16-appendix-docs-style/conversation-examples.md -------------------------------------------------------------------------------- /src/16-appendix-docs-style/svg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/16-appendix-docs-style/svg.md -------------------------------------------------------------------------------- /src/17-testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/17-testing/README.md -------------------------------------------------------------------------------- /src/17-testing/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/17-testing/architecture.md -------------------------------------------------------------------------------- /src/17-testing/best-practices.md: -------------------------------------------------------------------------------- 1 | # Best Practices 2 | -------------------------------------------------------------------------------- /src/17-testing/ci-cd.md: -------------------------------------------------------------------------------- 1 | # CI/CD Integration 2 | -------------------------------------------------------------------------------- /src/17-testing/e2e-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/17-testing/e2e-testing.md -------------------------------------------------------------------------------- /src/17-testing/performance.md: -------------------------------------------------------------------------------- 1 | # Performance Testing 2 | -------------------------------------------------------------------------------- /src/18-appendix-external-services/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/18-appendix-external-services/README.md -------------------------------------------------------------------------------- /src/18-appendix-external-services/attendance-queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/18-appendix-external-services/attendance-queue.md -------------------------------------------------------------------------------- /src/18-appendix-external-services/catalog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/18-appendix-external-services/catalog.md -------------------------------------------------------------------------------- /src/18-appendix-external-services/channels.md: -------------------------------------------------------------------------------- 1 | # Channel Integrations 2 | -------------------------------------------------------------------------------- /src/18-appendix-external-services/console.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/18-appendix-external-services/console.md -------------------------------------------------------------------------------- /src/18-appendix-external-services/directory.md: -------------------------------------------------------------------------------- 1 | # Directory Services 2 | -------------------------------------------------------------------------------- /src/18-appendix-external-services/hosting-dns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/18-appendix-external-services/hosting-dns.md -------------------------------------------------------------------------------- /src/18-appendix-external-services/llm-providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/18-appendix-external-services/llm-providers.md -------------------------------------------------------------------------------- /src/18-appendix-external-services/multimodal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/18-appendix-external-services/multimodal.md -------------------------------------------------------------------------------- /src/18-appendix-external-services/nvidia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/18-appendix-external-services/nvidia.md -------------------------------------------------------------------------------- /src/18-appendix-external-services/storage.md: -------------------------------------------------------------------------------- 1 | # Storage Services 2 | -------------------------------------------------------------------------------- /src/18-appendix-external-services/timeseries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/18-appendix-external-services/timeseries.md -------------------------------------------------------------------------------- /src/18-appendix-external-services/weather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/18-appendix-external-services/weather.md -------------------------------------------------------------------------------- /src/19-maintenance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/19-maintenance/README.md -------------------------------------------------------------------------------- /src/19-maintenance/backup-recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/19-maintenance/backup-recovery.md -------------------------------------------------------------------------------- /src/19-maintenance/component-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/19-maintenance/component-reference.md -------------------------------------------------------------------------------- /src/19-maintenance/security-auditing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/19-maintenance/security-auditing.md -------------------------------------------------------------------------------- /src/19-maintenance/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/19-maintenance/troubleshooting.md -------------------------------------------------------------------------------- /src/19-maintenance/updating-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/19-maintenance/updating-components.md -------------------------------------------------------------------------------- /src/20-embedding/README.md: -------------------------------------------------------------------------------- 1 | # Chapter 20: Embedded Deployment 2 | -------------------------------------------------------------------------------- /src/20-embedding/hardware.md: -------------------------------------------------------------------------------- 1 | # Supported Hardware 2 | -------------------------------------------------------------------------------- /src/20-embedding/local-llm.md: -------------------------------------------------------------------------------- 1 | # Local LLM with llama.cpp 2 | -------------------------------------------------------------------------------- /src/20-embedding/quick-start.md: -------------------------------------------------------------------------------- 1 | # Quick Start 2 | -------------------------------------------------------------------------------- /src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/README.md -------------------------------------------------------------------------------- /src/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/SUMMARY.md -------------------------------------------------------------------------------- /src/assets/api-comparison-matrix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/api-comparison-matrix.svg -------------------------------------------------------------------------------- /src/assets/architecture-overview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/architecture-overview.svg -------------------------------------------------------------------------------- /src/assets/architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/architecture.svg -------------------------------------------------------------------------------- /src/assets/architecture.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/architecture.svg.backup -------------------------------------------------------------------------------- /src/assets/botmodels-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/botmodels-architecture.svg -------------------------------------------------------------------------------- /src/assets/chapter-01/bootstrap-process.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-01/bootstrap-process.svg -------------------------------------------------------------------------------- /src/assets/chapter-01/quick-start-bootstrap-wide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-01/quick-start-bootstrap-wide.svg -------------------------------------------------------------------------------- /src/assets/chapter-01/quick-start-bootstrap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-01/quick-start-bootstrap.svg -------------------------------------------------------------------------------- /src/assets/chapter-01/session-manager.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-01/session-manager.svg -------------------------------------------------------------------------------- /src/assets/chapter-01/session-states.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-01/session-states.svg -------------------------------------------------------------------------------- /src/assets/chapter-01/tool-execution-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-01/tool-execution-flow.svg -------------------------------------------------------------------------------- /src/assets/chapter-02/package-structure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-02/package-structure.svg -------------------------------------------------------------------------------- /src/assets/chapter-02/template-deployment-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-02/template-deployment-flow.svg -------------------------------------------------------------------------------- /src/assets/chapter-03/caching-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-03/caching-architecture.svg -------------------------------------------------------------------------------- /src/assets/chapter-03/context-window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-03/context-window.svg -------------------------------------------------------------------------------- /src/assets/chapter-03/kb-architecture-pipeline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-03/kb-architecture-pipeline.svg -------------------------------------------------------------------------------- /src/assets/chapter-03/search-pipeline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-03/search-pipeline.svg -------------------------------------------------------------------------------- /src/assets/chapter-03/storage-breakdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-03/storage-breakdown.svg -------------------------------------------------------------------------------- /src/assets/chapter-03/storage-multiplication.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-03/storage-multiplication.svg -------------------------------------------------------------------------------- /src/assets/chapter-03/technical-specs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-03/technical-specs.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/analytics-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/analytics-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/autotask-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/autotask-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/calendar-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/calendar-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/compliance-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/compliance-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/designer-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/designer-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/drive-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/drive-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/kb-semantic-search-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/kb-semantic-search-flow.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/mail-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/mail-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/meet-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/meet-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/paper-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/paper-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/research-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/research-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/sources-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/sources-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/step-flow-4-steps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/step-flow-4-steps.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/suite-main-layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/suite-main-layout.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/tasks-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/tasks-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-04/whatsapp-integration-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-04/whatsapp-integration-flow.svg -------------------------------------------------------------------------------- /src/assets/chapter-06/basic-execution-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-06/basic-execution-flow.svg -------------------------------------------------------------------------------- /src/assets/chapter-07/autonomous-task-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-07/autonomous-task-flow.svg -------------------------------------------------------------------------------- /src/assets/chapter-07/data-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-07/data-flow.svg -------------------------------------------------------------------------------- /src/assets/chapter-07/data-traceability.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-07/data-traceability.svg -------------------------------------------------------------------------------- /src/assets/chapter-07/module-data-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-07/module-data-flow.svg -------------------------------------------------------------------------------- /src/assets/chapter-07/module-dependency.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-07/module-dependency.svg -------------------------------------------------------------------------------- /src/assets/chapter-07/system-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-07/system-architecture.svg -------------------------------------------------------------------------------- /src/assets/chapter-10/api-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-10/api-architecture.svg -------------------------------------------------------------------------------- /src/assets/chapter-10/api-request-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-10/api-request-flow.svg -------------------------------------------------------------------------------- /src/assets/chapter-13/botdevice-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-13/botdevice-architecture.svg -------------------------------------------------------------------------------- /src/assets/chapter-13/budget-decision-tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-13/budget-decision-tree.svg -------------------------------------------------------------------------------- /src/assets/chapter-13/embedded-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-13/embedded-architecture.svg -------------------------------------------------------------------------------- /src/assets/chapter-13/gpio-button-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-13/gpio-button-interface.svg -------------------------------------------------------------------------------- /src/assets/chapter-13/local-llm-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-13/local-llm-architecture.svg -------------------------------------------------------------------------------- /src/assets/chapter-13/orange-pi-5-specs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/chapter-13/orange-pi-5-specs.svg -------------------------------------------------------------------------------- /src/assets/conversation-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/conversation-flow.svg -------------------------------------------------------------------------------- /src/assets/conversation-flow.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/conversation-flow.svg.backup -------------------------------------------------------------------------------- /src/assets/diagrams/embedded-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/diagrams/embedded-architecture.svg -------------------------------------------------------------------------------- /src/assets/directory-tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/directory-tree.svg -------------------------------------------------------------------------------- /src/assets/feature-parity-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/feature-parity-flow.svg -------------------------------------------------------------------------------- /src/assets/gb-decorative-header.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/gb-decorative-header.svg -------------------------------------------------------------------------------- /src/assets/general-bots-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/general-bots-logo.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-analytics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-analytics.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-bot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-bot.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-calendar.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-chart.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-chat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-chat.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-check.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-compliance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-compliance.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-database.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-designer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-designer.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-drive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-drive.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-folder.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-gear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-gear.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-globe.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-lightbulb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-lightbulb.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-lock.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-logo.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-mail.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-meet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-meet.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-note.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-package.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-package.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-palette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-palette.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-paper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-paper.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-research.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-research.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-rocket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-rocket.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-search.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-signal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-signal.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-sources.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-sources.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-target.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-target.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-tasks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-tasks.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-tree.svg -------------------------------------------------------------------------------- /src/assets/icons/gb-warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/icons/gb-warning.svg -------------------------------------------------------------------------------- /src/assets/infrastructure-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/infrastructure-architecture.svg -------------------------------------------------------------------------------- /src/assets/migration-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/migration-architecture.svg -------------------------------------------------------------------------------- /src/assets/observability-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/observability-flow.svg -------------------------------------------------------------------------------- /src/assets/package-system-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/package-system-flow.svg -------------------------------------------------------------------------------- /src/assets/package-system-flow.svg.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/package-system-flow.svg.backup -------------------------------------------------------------------------------- /src/assets/platform-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/platform-architecture.svg -------------------------------------------------------------------------------- /src/assets/platform-comparison-summary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/platform-comparison-summary.svg -------------------------------------------------------------------------------- /src/assets/project-report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/project-report.html -------------------------------------------------------------------------------- /src/assets/project-treemap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/project-treemap.svg -------------------------------------------------------------------------------- /src/assets/script-execution-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/script-execution-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/analytics-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/analytics-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/analytics-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/analytics-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/app-launcher.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/app-launcher.svg -------------------------------------------------------------------------------- /src/assets/suite/calendar-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/calendar-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/calendar-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/calendar-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/chat-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/chat-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/chat-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/chat-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/compliance-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/compliance-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/compliance-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/compliance-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/designer-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/designer-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/designer-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/designer-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/drive-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/drive-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/drive-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/drive-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/live-monitoring-organism.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/live-monitoring-organism.svg -------------------------------------------------------------------------------- /src/assets/suite/mail-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/mail-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/mail-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/mail-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/meet-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/meet-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/meet-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/meet-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/paper-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/paper-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/paper-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/paper-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/player-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/player-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/player-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/player-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/research-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/research-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/research-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/research-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/sources-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/sources-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/sources-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/sources-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/suite-layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/suite-layout.svg -------------------------------------------------------------------------------- /src/assets/suite/suite-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/suite-screen.svg -------------------------------------------------------------------------------- /src/assets/suite/tasks-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/tasks-flow.svg -------------------------------------------------------------------------------- /src/assets/suite/tasks-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/suite/tasks-screen.svg -------------------------------------------------------------------------------- /src/assets/technical-specs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/technical-specs.svg -------------------------------------------------------------------------------- /src/assets/wa-chat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/assets/wa-chat.css -------------------------------------------------------------------------------- /src/contact/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/contact/README.md -------------------------------------------------------------------------------- /src/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/custom.css -------------------------------------------------------------------------------- /src/executive-vision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/executive-vision.md -------------------------------------------------------------------------------- /src/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/favicon.png -------------------------------------------------------------------------------- /src/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/glossary.md -------------------------------------------------------------------------------- /src/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/introduction.md -------------------------------------------------------------------------------- /src/theme-sync.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/theme-sync.js -------------------------------------------------------------------------------- /src/whatsapp-chat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeneralBots/botbook/HEAD/src/whatsapp-chat.css --------------------------------------------------------------------------------