{"data":{"slug":"ericzhang-cn-ailingbot","name":"ailingbot","tagline":"One-stop solution to empower your IM bot with AI.","github_url":"https://github.com/ericzhang-cn/ailingbot","owner":"ericzhang-cn","repo":"ailingbot","owner_avatar_url":"https://avatars.githubusercontent.com/u/653844?v=4","primary_language":"Python","stars":64,"forks":6,"topics":["ai","bot","chatgpt","langchain"],"archived":false,"github_pushed_at":"2023-07-28T03:12:27+00:00","maintenance_label":"Dormant","url":"https://www.graphcanon.com/tools/ericzhang-cn-ailingbot","markdown_url":"https://www.graphcanon.com/tools/ericzhang-cn-ailingbot.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/ericzhang-cn-ailingbot","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=ericzhang-cn-ailingbot","description":"One-stop solution to empower your IM bot with AI.","homepage_url":null,"license":"MIT","open_issues":1,"watchers":2,"ai_summary":null,"readme_excerpt":"### Using Docker\n\n```shell\ngit clone https://github.com/ericzhang-cn/ailingbot.git ailingbot\ncd ailingbot\ndocker build -t ailingbot .\ndocker run -it --rm \\\n  -e  AILINGBOT_POLICY__LLM__OPENAI_API_KEY={your OpenAI API key} \\\n  ailingbot poetry run ailingbot chat\n```\n\n---\n\n### Using Docker\n\n```shell\ngit clone https://github.com/ericzhang-cn/ailingbot.git ailingbot\ncd ailingbot\ndocker build -t ailingbot .\ndocker run -it --rm \\\n  -e AILINGBOT_POLICY__LLM__OPENAI_API_KEY={your OpenAI API key} \\\n  -p 8080:8080 \\\n  ailingbot poetry run ailingbot api\n```\n\n---\n\n### Using Docker\n\n```shell\ngit clone https://github.com/ericzhang-cn/ailingbot.git ailingbot\ncd ailingbot\ndocker build -t ailingbot .\ndocker run -d \\\n  -e AILINGBOT_POLICY__NAME=conversation \\\n  -e AILINGBOT_POLICY__HISTORY_SIZE=5 \\\n  -e AILINGBOT_POLICY__LLM__OPENAI_API_KEY={your OpenAI API key} \\\n  -e AILINGBOT_CHANNEL__NAME=wechatwork \\\n  -e AILINGBOT_CHANNEL__CORPID={your WeChat Work corpid} \\\n  -e AILINGBOT_CHANNEL__CORPSECRET={your WeChat Work corpsecret} \\\n  -e AILINGBOT_CHANNEL__AGENTID={your WeChat Work agentid} \\\n  -e AILINGBOT_CHANNEL__TOKEN={your WeChat Work webhook token} \\\n  -e AILINGBOT_CHANNEL__AES_KEY={your WeChat Work webhook aes_key} \\\n  -p 8080:8080 \\\n  ailingbot poetry run ailingbot serve\n```\n\n---\n\n### Using Docker\n\n```shell\ngit clone https://github.com/ericzhang-cn/ailingbot.git ailingbot\ncd ailingbot\ndocker build -t ailingbot .\ndocker run -d \\\n  -e AILINGBOT_POLICY__NAME=document_qa \\\n  -e AILINGBOT_POLICY__CHUNK_SIZE=1000 \\\n  -e AILINGBOT_POLICY__CHUNK_OVERLAP=0 \\\n  -e AILINGBOT_POLICY__LLM__OPENAI_API_KEY={your OpenAI API key} \\\n  -e AILINGBOT_POLICY__LLM__MODEL_NAME=gpt-3.5-turbo-16k \\\n  -e AILINGBOT_CHANNEL__NAME=feishu \\\n  -e AILINGBOT_CHANNEL__APP_ID={your Feishu app id} \\\n  -e AILINGBOT_CHANNEL__APP_SECRET={your Feishu app secret} \\\n  -e AILINGBOT_CHANNEL__VERIFICATION_TOKEN={your Feishu webhook verification token} \\\n  -p 8080:8080 \\\n  ailingbot poetry run ailingbot serve\n```\n\n---\n\n### Using Docker\n\n```shell\ngit clone https://github.com/ericzhang-cn/ailingbot.git ailingbot\ncd ailingbot\ndocker build -t ailingbot .\ndocker run -d \\\n  -e AILINGBOT_POLICY__NAME=conversation \\\n  -e AILINGBOT_POLICY__HISTORY_SIZE=5 \\\n  -e AILINGBOT_POLICY__LLM__OPENAI_API_KEY={your OpenAI API key} \\\n  -e AILINGBOT_CHANNEL__NAME=dingtalk \\\n  -e AILINGBOT_CHANNEL__APP_KEY={your DingTalk app key} \\\n  -e AILINGBOT_CHANNEL__APP_SECRET={your DingTalk app secret} \\\n  -e AILINGBOT_CHANNEL__ROBOT_CODE={your DingTalk robot code} \\\n  -p 8080:8080 \\\n  ailingbot poetry run ailingbot serve\n```\n\n---\n\n### Using Docker\n\n```shell\ngit clone https://github.com/ericzhang-cn/ailingbot.git ailingbot\ncd ailingbot\ndocker build -t ailingbot .\ndocker run -d \\\n  -e AILINGBOT_POLICY__NAME=document_qa \\\n  -e AILINGBOT_POLICY__CHUNK_SIZE=1000 \\\n  -e AILINGBOT_POLICY__CHUNK_OVERLAP=0 \\\n  -e AILINGBOT_POLICY__LLM__OPENAI_API_KEY={your OpenAI API key} \\\n  -e AILINGBOT_POLICY__LLM__MODEL_NAME=gpt-3.5-turbo-16k \\\n  -e AILINGBOT_CHANNEL__NAME=slack \\\n  -e AILINGBOT_CHANNEL__VERIFICATION_TOKEN={your Slack App webhook verification token} \\\n  -e AILINGBOT_CHANNEL__OAUTH_TOKEN={your Slack App oauth token} \\\n  -p 8080:8080 \\\n  ailingbot poetry run ailingbot serve\n```","github_created_at":"2023-06-13T06:39:39+00:00","created_at":"2026-07-11T10:44:51.70914+00:00","updated_at":"2026-07-11T10:44:59.64915+00:00","categories":[{"slug":"vector-databases","name":"Vector Databases","url":"https://www.graphcanon.com/categories/vector-databases","markdown_url":"https://www.graphcanon.com/categories/vector-databases.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/vector-databases"},{"slug":"ai-agents","name":"AI Agents","url":"https://www.graphcanon.com/categories/ai-agents","markdown_url":"https://www.graphcanon.com/categories/ai-agents.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/ai-agents"},{"slug":"llm-frameworks","name":"LLM Frameworks","url":"https://www.graphcanon.com/categories/llm-frameworks","markdown_url":"https://www.graphcanon.com/categories/llm-frameworks.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/llm-frameworks"}],"tags":[{"slug":"ai","name":"ai"},{"slug":"bot","name":"bot"},{"slug":"python","name":"python"},{"slug":"chatgpt","name":"chatgpt"},{"slug":"langchain","name":"langchain"}],"trust":{"provenance":{"is_fork":false,"github_id":652967192,"owner_type":"User","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-07-11T10:44:52.327Z","maintenance":{"label":"Dormant","score":18,"methodology":"github_public_v1","releases_90d":0,"days_since_push":1079,"last_release_at":"2023-07-07T08:38:11Z"},"security_summary":{"status":"no_lockfile","scanner":null,"low_count":0,"high_count":0,"last_scan_at":"2026-07-11T10:44:57.814Z","medium_count":0,"scan_profile":"none","critical_count":0}},"capability_facts":{"scan":{"source":"repo_scan","observed_at":"2026-07-11T10:44:57.339Z"},"deploy":{"source":"dockerfile:Dockerfile","self_host":true,"observed_at":"2026-07-11T10:44:57.339Z","managed_saas":false},"has_cli":{"value":true,"source":"pyproject.toml:[project.scripts]","observed_at":"2026-07-11T10:44:57.339Z"},"languages":{"value":["python"],"source":"github.language+pyproject.toml","observed_at":"2026-07-11T10:44:57.339Z"},"has_docker":{"value":true,"source":"dockerfile:Dockerfile","observed_at":"2026-07-11T10:44:57.339Z"},"license_spdx":{"value":"MIT","source":"github.license","observed_at":"2026-07-11T10:44:57.339Z"}}}}