COMMERCIAL_LICENSE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/gavvy_salesmaster/__init__.py
src/gavvy_salesmaster.egg-info/PKG-INFO
src/gavvy_salesmaster.egg-info/SOURCES.txt
src/gavvy_salesmaster.egg-info/dependency_links.txt
src/gavvy_salesmaster.egg-info/entry_points.txt
src/gavvy_salesmaster.egg-info/not-zip-safe
src/gavvy_salesmaster.egg-info/requires.txt
src/gavvy_salesmaster.egg-info/top_level.txt
src/gavvy_salesmaster/channels_pkg/__init__.py
src/gavvy_salesmaster/channels_pkg/channels/__init__.py
src/gavvy_salesmaster/channels_pkg/channels/base.py
src/gavvy_salesmaster/channels_pkg/channels/dingtalk.py
src/gavvy_salesmaster/channels_pkg/channels/dispatcher.py
src/gavvy_salesmaster/channels_pkg/channels/email.py
src/gavvy_salesmaster/channels_pkg/channels/feishu.py
src/gavvy_salesmaster/channels_pkg/channels/wework.py
src/gavvy_salesmaster/core/__init__.exports.py
src/gavvy_salesmaster/core/__init__.py
src/gavvy_salesmaster/core/api.py
src/gavvy_salesmaster/core/app.py
src/gavvy_salesmaster/core/cache.py
src/gavvy_salesmaster/core/enterprise_client.py
src/gavvy_salesmaster/core/evolver.py
src/gavvy_salesmaster/core/language.py
src/gavvy_salesmaster/core/llm_engine.py
src/gavvy_salesmaster/core/master.py
src/gavvy_salesmaster/core/multithread.py
src/gavvy_salesmaster/core/psychology.py
src/gavvy_salesmaster/core/risk.py
src/gavvy_salesmaster/core/search.py
src/gavvy_salesmaster/core/templates.py
src/gavvy_salesmaster/core/tianlong_client.py
src/gavvy_salesmaster/core/value.py
src/gavvy_salesmaster/core/routers/__init__.py
src/gavvy_salesmaster/core/routers/auth.py
src/gavvy_salesmaster/core/routers/channels.py
src/gavvy_salesmaster/core/routers/crm.py
src/gavvy_salesmaster/core/routers/knowledge.py
src/gavvy_salesmaster/core/routers/payment.py
src/gavvy_salesmaster/core/routers/rbac.py
src/gavvy_salesmaster/core/routers/scripts.py
src/gavvy_salesmaster/core/storage/__init__.py
src/gavvy_salesmaster/core/storage/compliance.py
src/gavvy_salesmaster/core/storage/database.py
src/gavvy_salesmaster/core/storage/db.py
src/gavvy_salesmaster/core/storage/db_mysql.py
src/gavvy_salesmaster/core/storage/db_sqlite.py
src/gavvy_salesmaster/core/storage/migration.py
src/gavvy_salesmaster/core/storage/pgrepo.py
src/gavvy_salesmaster/core/storage/repository.py
src/gavvy_salesmaster/core/storage/stats.py
src/gavvy_salesmaster/core/storage/_data/_migration_state.json
src/gavvy_salesmaster/core/storage/_data/crm_activities.json
src/gavvy_salesmaster/core/storage/_data/crm_contacts.json
src/gavvy_salesmaster/core/storage/_data/crm_contracts.json
src/gavvy_salesmaster/core/storage/_data/crm_customers.json
src/gavvy_salesmaster/core/storage/_data/crm_deals.json
src/gavvy_salesmaster/core/storage/_data/knowledge_categories.json
src/gavvy_salesmaster/core/storage/_data/knowledge_items.json
src/gavvy_salesmaster/core/storage/_data/knowledge_qa.json
src/gavvy_salesmaster/core/storage/_data/leads.json
src/gavvy_salesmaster/core/storage/_data/quotes_contracts.json
src/gavvy_salesmaster/core/storage/_data/quotes_products.json
src/gavvy_salesmaster/core/storage/_data/quotes_quotes.json
src/gavvy_salesmaster/core/storage/_data/rbac_roles.json
src/gavvy_salesmaster/core/storage/_data/rbac_sessions.json
src/gavvy_salesmaster/core/storage/_data/rbac_users.json
src/gavvy_salesmaster/core/storage/_data/scripts_items.json
src/gavvy_salesmaster/core/storage/_data/scripts_ratings.json
src/gavvy_salesmaster/core/storage/_data/scripts_training.json
src/gavvy_salesmaster/core/storage/_memory/evolution_log.json
src/gavvy_salesmaster/core/storage/_memory/insights.json
src/gavvy_salesmaster/core/storage/_memory/patterns.json
src/gavvy_salesmaster/core/storage/_memory/performance.json
src/gavvy_salesmaster/core/storage/_memory/skills.json
src/gavvy_salesmaster/core/web/_customers.json
src/gavvy_salesmaster/core/web/api_client.js
src/gavvy_salesmaster/core/web/import_dialog.js
src/gavvy_salesmaster/core/web/index.html
src/gavvy_salesmaster/core/web/landing.html
src/gavvy_salesmaster/core/web/login.html
src/gavvy_salesmaster/core/web/mobile.html
src/gavvy_salesmaster/core/web/script.js
src/gavvy_salesmaster/core/web/styles.css
src/gavvy_salesmaster/core/web/widget.js
src/gavvy_salesmaster/core/web/_messages/l.json
src/gavvy_salesmaster/core/web/_messages/liu.json
src/gavvy_salesmaster/core/web/_messages/w.json
src/gavvy_salesmaster/core/web/_messages/z.json
src/gavvy_salesmaster/core/web/_messages/zhao.json
src/gavvy_salesmaster/core/webhook/__init__.py
src/gavvy_salesmaster/core/webhook/routes.py
src/gavvy_salesmaster/core/workflow/__init__.py
src/gavvy_salesmaster/core/workflow/engine.py
src/gavvy_salesmaster/core/workflow/listeners.py
src/gavvy_salesmaster/core/workflow/routes.py
src/gavvy_salesmaster/crm_pkg/__init__.py
src/gavvy_salesmaster/crm_pkg/analytics/__init__.py
src/gavvy_salesmaster/crm_pkg/analytics/db.py
src/gavvy_salesmaster/crm_pkg/calls/__init__.py
src/gavvy_salesmaster/crm_pkg/calls/db.py
src/gavvy_salesmaster/crm_pkg/crm/__init__.py
src/gavvy_salesmaster/crm_pkg/export/__init__.py
src/gavvy_salesmaster/crm_pkg/followup/__init__.py
src/gavvy_salesmaster/crm_pkg/followup/communication.py
src/gavvy_salesmaster/crm_pkg/followup/rule_engine.py
src/gavvy_salesmaster/crm_pkg/followup/task_automation.py
src/gavvy_salesmaster/crm_pkg/knowledge/__init__.py
src/gavvy_salesmaster/crm_pkg/knowledge/db.py
src/gavvy_salesmaster/crm_pkg/lead_gen/__init__.py
src/gavvy_salesmaster/crm_pkg/lead_gen/assignment.py
src/gavvy_salesmaster/crm_pkg/lead_gen/data_mining.py
src/gavvy_salesmaster/crm_pkg/lead_gen/hunt_engine.py
src/gavvy_salesmaster/crm_pkg/lead_gen/scheduler.py
src/gavvy_salesmaster/crm_pkg/lead_gen/scoring.py
src/gavvy_salesmaster/crm_pkg/prediction/__init__.py
src/gavvy_salesmaster/crm_pkg/prediction/ai_model.py
src/gavvy_salesmaster/crm_pkg/prediction/risk_management.py
src/gavvy_salesmaster/crm_pkg/prediction/smart_recommendation.py
src/gavvy_salesmaster/crm_pkg/product/__init__.py
src/gavvy_salesmaster/crm_pkg/product/config.py
src/gavvy_salesmaster/crm_pkg/product/pricing.json
src/gavvy_salesmaster/crm_pkg/quotes/__init__.py
src/gavvy_salesmaster/crm_pkg/quotes/db.py
src/gavvy_salesmaster/crm_pkg/rbac/__init__.py
src/gavvy_salesmaster/crm_pkg/rbac/audit.py
src/gavvy_salesmaster/crm_pkg/rbac/db.py
src/gavvy_salesmaster/crm_pkg/rbac/middleware.py
src/gavvy_salesmaster/crm_pkg/saas/__init__.py
src/gavvy_salesmaster/crm_pkg/saas/manager.py
src/gavvy_salesmaster/crm_pkg/saas/middleware.py
src/gavvy_salesmaster/crm_pkg/saas/routes.py
src/gavvy_salesmaster/crm_pkg/scripts/__init__.py
src/gavvy_salesmaster/crm_pkg/tasks/__init__.py
src/gavvy_salesmaster/crm_pkg/tasks/db.py
src/gavvy_salesmaster/data/memory/agent_stats.json
src/gavvy_salesmaster/data/memory/episodes.json
src/gavvy_salesmaster/team_pkg/__init__.py
src/gavvy_salesmaster/team_pkg/data/quickstart.json
src/gavvy_salesmaster/team_pkg/data/memory/agent_stats.json
src/gavvy_salesmaster/team_pkg/data/memory/episodes.json
src/gavvy_salesmaster/team_pkg/data/memory/insights.json
src/gavvy_salesmaster/team_pkg/data/memory/skills.json
src/gavvy_salesmaster/team_pkg/llm/__init__.py
src/gavvy_salesmaster/team_pkg/llm/deepseek.py
src/gavvy_salesmaster/team_pkg/llm/fallback.py
src/gavvy_salesmaster/team_pkg/memory/__init__.py
src/gavvy_salesmaster/team_pkg/memory/flywheel.py
src/gavvy_salesmaster/team_pkg/team/__init__.py
src/gavvy_salesmaster/team_pkg/team/agents.py
src/gavvy_salesmaster/team_pkg/team/api_config.py
src/gavvy_salesmaster/team_pkg/team/base.py
src/gavvy_salesmaster/team_pkg/team/coordinator.py
src/gavvy_salesmaster/team_pkg/team/insight.py
src/gavvy_salesmaster/team_pkg/team/prompts.py
src/gavvy_salesmaster/team_pkg/team/quickstart.py
src/gavvy_salesmaster/team_pkg/team/safety.py
src/gavvy_salesmaster/team_pkg/team/scorer.py
src/gavvy_salesmaster/team_pkg/team/session.py
src/gavvy_salesmaster/trade_pkg/__init__.py
src/gavvy_salesmaster/trade_pkg/esign/__init__.py
src/gavvy_salesmaster/trade_pkg/esign/bytedance_esign.py
src/gavvy_salesmaster/trade_pkg/esign/tencent_esign.py
src/gavvy_salesmaster/trade_pkg/payment/__init__.py
src/gavvy_salesmaster/trade_pkg/payment/chinese_payment.py
src/gavvy_salesmaster/trade_pkg/payment/stripe_payment.py
tests/test_analytics.py
tests/test_calls.py
tests/test_channels.py
tests/test_compliance.py
tests/test_crm.py
tests/test_database.py
tests/test_esign.py
tests/test_export.py
tests/test_integration.py
tests/test_knowledge.py
tests/test_llm_fallback.py
tests/test_payment_esign_real.py
tests/test_quotes.py
tests/test_rbac.py
tests/test_rbac_audit.py
tests/test_saas.py
tests/test_saas_integration.py
tests/test_scripts.py
tests/test_storage.py
tests/test_tasks.py
tests/test_team_agents.py
tests/test_web_frontend.py
tests/test_wework.py
tests/test_workflow.py