# AGENTS.md## Company Guidelines- Always be professional and helpful- Focus on customer satisfaction- Use clear, concise language## Product InformationOur main products include:- AI Assistant Platform- Workflow Automation Tools- Data Analytics Dashboard
2
Configure Context Injection
Use context_paths to inject the content:
from praisonaiagents import Agentfrom praisonai.integration import configure_hostagent = Agent( name="Customer Support", instructions="Help customers with their questions")configure_host( agents=[agent], context_paths=["AGENTS.md", "STYLE.md"], style="dashboard")
# Silent fallback when module unavailabletry: from praisonai.integration.context_files import load_context_files context = load_context_files(paths)except ImportError: # No-op when context_files not available context = ""
# Agent Context## Role DefinitionYou are a customer support specialist with deep knowledge of our products.## Communication Style- Be friendly and professional- Use active voice- Keep responses under 150 words unless detailed explanation needed## Knowledge Areas- Product features and pricing- Technical troubleshooting- Account management procedures
# base-context.md## Universal GuidelinesAll agents should follow these principles...# specialized-context.md## Support-Specific GuidelinesWhen handling support tickets...# team-context.md ## Team InformationOur support team includes...
# Context File Template## Core RoleBrief description of the agent's primary function## Guidelines - Key behavioral guidelines- Communication principles- Quality standards## Knowledge AreasRelevant domain knowledge the agent should reference## ExamplesSample interactions or responses when helpful