Skip to content

Conversation

Copy link

Copilot AI commented Jan 22, 2026

Implements PerlicaBot, an Arknights: Endfield chatbot based on the AmiyaBot framework. Named after the game character Perlica (佩莉卡).

Core Implementation

  • Main bot (perlica.py): Loads config from YAML or environment variables, registers base command handlers
  • Plugin system: Extensible architecture following AmiyaBot plugin patterns
  • Config management: YAML-based with example template, credentials never hardcoded

Endfield Plugin

Basic game information queries:

  • Game overview and features
  • Character details (Perlica, Endministrator, etc.)
  • Development progress status

Project Structure

PerlicaBot/
├── perlica.py              # Entry point with config loading
├── config/
│   └── config.yaml.example # Template for user credentials
├── plugins/
│   └── endfield_basic/     # Game-specific functionality
└── docs/                   # Deployment guide + summary

Dependencies

  • amiyabot>=6.0.0 - Core framework
  • amiyabot-arknights-gamedata>=3.0.0 - Game data integration
  • pyyaml>=6.0 - Config parsing

Security

  • Config loaded from file/env vars, no hardcoded credentials
  • Passed CodeQL analysis (0 alerts)
  • No known dependency vulnerabilities

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/AmiyaBot/Amiya-Bot
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

AmiyaBot的终末地版本


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 4 commits January 22, 2026 03:00
Co-authored-by: hsyhhssyy <5977110+hsyhhssyy@users.noreply.github.com>
Co-authored-by: hsyhhssyy <5977110+hsyhhssyy@users.noreply.github.com>
Co-authored-by: hsyhhssyy <5977110+hsyhhssyy@users.noreply.github.com>
Co-authored-by: hsyhhssyy <5977110+hsyhhssyy@users.noreply.github.com>
Copilot AI changed the title [WIP] Update AmiyaBot to final version Create PerlicaBot - AmiyaBot framework implementation for Arknights: Endfield Jan 22, 2026
Copilot AI requested a review from hsyhhssyy January 22, 2026 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants