Chorus v0.1.0 MVP + CI/CD#1
Merged
Merged
Conversation
…rusted publishing
- Move dev dependencies from gemspec to Gemfile (Gemspec/DevelopmentDependencies) - Use ENV.fetch instead of ENV[] in Client (Style/FetchEnvVar) - Split Client#post_message into post_message/build_request to reduce method length and ABC size - Extract other_agent_response?/preceding_user_message helpers in Context to reduce complexity of other_agents_summary, and reuse the latter in own_history_for - Translate the last remaining French string in Context's other-agents summary label - Disable Style/ArrayIntersect in Router with an explanatory comment: the suggested autocorrect (Array#intersect?) does not apply here since the receiver is a String, not an Array, and would raise a TypeError
- Add blank line after the last let before subject (RSpec/EmptyLineAfterFinalLet) - Replace the CASES constant with a local variable in router_spec (Lint/ConstantDefinitionInBlock, RSpec/LeakyConstantDeclaration) - Translate the last remaining French string in context_spec assertions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Client,Agentbase class,CoderAgent/ResearchAgent,Context(per-agent context slicing), keyword-basedRouter, andOrchestratorentry point.Clientis always mocked.examples/demo.rbruns a real 5-message conversation against the Anthropic API.Test plan
bundle exec rspec— 30/30 passinggem build chorus-llm.gemspec— builds cleanlybundle-audit check— no known vulnerabilities