smart-bot-factory 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of smart-bot-factory might be problematic. Click here for more details.
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/PKG-INFO +1 -1
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/__init__.py +3 -1
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/cli.py +1 -1
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/pyproject.toml +1 -1
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/.gitignore +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/admin/__init__.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/admin/admin_logic.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/admin/admin_manager.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/admin/admin_migration.sql +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/admin/admin_tester.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/admin/timeout_checker.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/analytics/__init__.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/analytics/analytics_manager.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/config.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-helper/env_example.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-helper/prompts/1sales_context.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-helper/prompts/2product_info.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-helper/prompts/3objection_handling.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-helper/prompts/final_instructions.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-helper/prompts/help_message.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-helper/prompts/welcome_message.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-helper/welcome_file/welcome_file_msg.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-helper/welcome_file//320/247/320/265/320/272 /320/273/320/270/321/201/321/202 /320/277/320/276 152/320/244/320/227 /320/270 323/320/244/320/227 /320/264/320/273/321/217 /320/274/320/265/320/264/320/270/321/206/320/270/320/275/321/213.pdf" +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-october-24/prompts/1sales_context.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-october-24/prompts/2product_info.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-october-24/prompts/3objection_handling.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-october-24/prompts/final_instructions.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-october-24/prompts/help_message.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-october-24/prompts/welcome_message.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-october-24/tests/quick_scenarios.yaml +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-october-24/tests/realistic_scenarios.yaml +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-october-24/tests/scenario_examples.yaml +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-october-24/welcome_file/welcome_file_msg.txt +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-october-24/welcome_file//320/247/320/265/320/272 /320/273/320/270/321/201/321/202 /320/277/320/276 152/320/244/320/227 /320/270 323/320/244/320/227 /320/264/320/273/321/217 /320/274/320/265/320/264/320/270/321/206/320/270/320/275/321/213.pdf" +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/core/__init__.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/core/bot_utils.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/core/conversation_manager.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/core/decorators.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/core/message_sender.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/core/states.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/creation/__init__.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/creation/bot_builder.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/creation/bot_testing.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/database/database_structure.sql +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/database/schema.sql +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/handlers/handlers.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/integrations/__init__.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/integrations/openai_client.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/integrations/supabase_client.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/setup_checker.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/utils/__init__.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/utils/debug_routing.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/utils/prompt_loader.py +0 -0
- {smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/uv.lock +0 -0
|
@@ -21,6 +21,7 @@ from .analytics.analytics_manager import AnalyticsManager
|
|
|
21
21
|
from .admin.timeout_checker import check_timeouts, setup_bot_environment
|
|
22
22
|
from .setup_checker import check_setup
|
|
23
23
|
from .admin.admin_tester import test_admin_system
|
|
24
|
+
from .cli import cli
|
|
24
25
|
|
|
25
26
|
__all__ = [
|
|
26
27
|
'BotBuilder',
|
|
@@ -47,5 +48,6 @@ __all__ = [
|
|
|
47
48
|
'check_timeouts',
|
|
48
49
|
'setup_bot_environment',
|
|
49
50
|
'check_setup',
|
|
50
|
-
'test_admin_system'
|
|
51
|
+
'test_admin_system',
|
|
52
|
+
'cli'
|
|
51
53
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smart_bot_factory-0.1.1 → smart_bot_factory-0.1.2}/configs/growthmed-helper/env_example.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|