feat: Full code review, bug fixes, and philosophy book generation
This commit includes: - A full code review and bug fixes for language drift, package loading, and CLI crashes. - The generated 15,000-word philosophy manuscript. - CODE_REVIEW.md and CHANGELOG.md documenting the process.
This commit is contained in:
@@ -67,7 +67,8 @@ class OpusPydanticAgent:
|
||||
# Build system prompt
|
||||
system_prompt = self.system_prompt or """You are an expert writer and editor for Opus Orchestrator.
|
||||
You produce high-quality, structured output that conforms to the given schema.
|
||||
Always follow best practices for the content type you're creating."""
|
||||
Always follow best practices for the content type you're creating.
|
||||
IMPORTANT: You must respond ONLY in English. Do not use any other language."""
|
||||
|
||||
if self.result_type:
|
||||
self._agent = Agent(
|
||||
|
||||
Reference in New Issue
Block a user