No Description

StrayWarrior 50531d39bb Fix message 8 months ago
configs 14dddf2f45 Update configs/__init__.py: add apollo 9 months ago
oauth cad233271f Add oauth directory (dangerous) 9 months ago
scripts 9a54aadf01 Rename tools to scripts, avoid conflict with tool call in LLM 8 months ago
.gitignore 25a3c2eb3a Initial commit 10 months ago
README.md 25a3c2eb3a Initial commit 10 months ago
agent_service.py 7f0fec7b71 Update agent_service: add FIXME 8 months ago
api_server.py e7243ea962 Fixup API Server 9 months ago
chat_service.py 3c605963df Update chat_service: add OpenAICompatible 9 months ago
database.py df268c17f4 Update: use module-level logger 9 months ago
dialogue_manager.py 5ec5114179 Update dialogue_manager: add new method: build_active_greeting_config 8 months ago
history_dialogue_service.py 46b0004393 Update message and history_dialogue_service: deal with voice call type 8 months ago
logging_service.py 8597cf9d61 Update logging_service 9 months ago
message.py 50531d39bb Fix message 8 months ago
message_queue_backend.py df268c17f4 Update: use module-level logger 9 months ago
prompt_templates.py bcb86ce127 Update prompt_templates: add new greeting prompts 8 months ago
requirements.txt fd7600a59e Update requirements 8 months ago
response_type_detector.py a65a32d40c Fix response_type_detector 8 months ago
unit_test.py 83c9a99edb Update unit_test: add more test for test_response_type_detector 9 months ago
user_manager.py 9cc14026c5 Add LocalUserRelationManager 8 months ago
user_profile_extractor.py aa30ebe1bb Update user_profile_extractor: optimize interaction frequency 9 months ago

README.md

AgentCoreService