A No-Code Health Agent on Huawei's Xiaoyi Platform: Prompts, Compliance, and What Actually Worked
A no-code agent builder that ships with a capable LLM, real-time debugging, and built-in compliance checklists lowers the barrier for individual developers to publish AI assistants on a major mobile ecosystem. The platform handles API keys, hosting, and regulatory declarations, removing the infrastructure work that usually blocks solo builders.
A health assistant agent covering BMI calculation, meal analysis, and dietary advice was built from scratch on Huawei's Xiaoyi Open Platform without writing a single line of code. The entire process—selecting a development mode, writing role instructions, and testing—happened inside the platform's web console. The built-in DeepSeek-V3 model handled weight analysis and generated a seven-day meal plan from natural-language prompts, while the debug panel provided real-time chat previews and text-to-speech output. Plugins, knowledge bases, and external tool integrations were deliberately left unused to test how far pure prompt engineering could go. The platform also enforced a content compliance declaration referencing China's generative AI regulations before the agent could be published. Two of the three planned capabilities were verified; meal analysis and boundary-refusal behavior remain untested.
Platforms that bundle model access, debugging, and compliance into a single web console remove the three biggest friction points for solo developers: API key management, UI prototyping, and regulatory paperwork.
Writing capability boundaries into the prompt with the same detail as the feature list produced responses that went beyond templated answers—the BMI reply added a 'close to overweight' warning unprompted.
The description field doubles as a search keyword index for the agent marketplace, a detail easy to overlook that directly affects discoverability.
Default-on long-term memory is a quiet but critical design choice for any agent that handles personal metrics across conversations.
Leaving plugins and knowledge bases empty was a deliberate constraint that exposed the ceiling of prompt-only agents: they can handle structured Q&A well but can't access real user data or external services without further configuration.