collavre 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e8aa662b4715665ebaa090bc8975037ca96c4059d53acfa379ccc88217487f8
4
- data.tar.gz: 2d61c18b32e5228bbe84cd9cf8fb73898eedab099ce11959badf95194fb0b431
3
+ metadata.gz: 726c316625f342dc6d95769cc629900ea58c58a830d5a072fa9bd86609724e1f
4
+ data.tar.gz: 629f17bdbc23f81f22c16a19b09ee6eaeab5013fc7e6de7096f5bcb6ff1ab3f7
5
5
  SHA512:
6
- metadata.gz: 3b0baedb45c15a38689e9db2d68bec4fb1ec8cecc7fedfc4a213236bba81e5c65af9eaf54db14b9916811060216856aefaa327ecaa650a8a1ae7ed6a212b74bf
7
- data.tar.gz: c667c0457625a3c8d0bd7fcf0dd55f9388e6f01ddf23bc3c6f3741bef5abadf3be10031bec72df99851d4aea24815fbb8d7f9caa00d94378f02c0f3790da0cf9
6
+ metadata.gz: 26eba94cd79976a2d21587c18e20b12734021fc7e3c207e0bd76c62cf3e2e1b8c258c711cc9f95b07440a0947702a58f1628e5df457fea2921255606e2ec0230
7
+ data.tar.gz: 547794c0208675a2a951320549ac26a07a01ea707ee1611a8d7a2dcf8d2f3475068b7e316d7de59037dfee0b03d1389b8671a191ee1c02e1798caed77e8d3e65
@@ -0,0 +1,35 @@
1
+ en:
2
+ admin:
3
+ orchestration:
4
+ title: "AI Agent Orchestration"
5
+ description: "Configure how AI agents are selected and scheduled to respond. Edit the YAML below to customize policies."
6
+ policies_yaml: "Policies (YAML)"
7
+ yaml_hint: "Define arbitration and scheduling policies. Global policies apply everywhere; overrides apply to specific scopes."
8
+ reference: "Quick Reference"
9
+ arbitration_strategies: "Arbitration Strategies"
10
+ strategy_all: "All matched agents respond"
11
+ strategy_primary_first: "Primary agent responds first, others only if unavailable"
12
+ strategy_round_robin: "Rotate between agents for each message"
13
+ strategy_bid: "Select agent based on relevance score"
14
+ scheduling_options: "Scheduling Options"
15
+ opt_max_concurrent: "Maximum simultaneous jobs per agent"
16
+ opt_daily_token: "Daily token usage limit"
17
+ opt_rate_limit: "Requests allowed per minute"
18
+ opt_backoff: "Delay strategy when busy (immediate/linear/exponential)"
19
+ opt_topic_max_concurrent: "Maximum simultaneous jobs per topic (default: 1)"
20
+ scope_types: "Override Scopes"
21
+ scope_creative: "Apply to a specific workspace"
22
+ scope_topic: "Apply to a specific conversation"
23
+ scope_user: "Apply to a specific AI agent"
24
+ save: "Save Policies"
25
+ updated: "Orchestration policies updated successfully."
26
+ yaml_syntax_error: "YAML syntax error: %{message}"
27
+ invalid_format: "Invalid format: expected a YAML object with arbitration/scheduling keys."
28
+ unknown_policy_type: "Unknown policy type: %{type}. Use 'arbitration' or 'scheduling'."
29
+ invalid_policy_structure: "Invalid structure for '%{type}': expected an object with 'global' and/or 'overrides'."
30
+ invalid_global_config: "Invalid global config for '%{type}': expected an object."
31
+ invalid_overrides: "Invalid overrides for '%{type}': expected an array."
32
+ invalid_override_format: "Invalid override at '%{type}' index %{index}: expected an object."
33
+ invalid_scope_type: "Invalid scope_type at '%{type}' index %{index}: '%{scope_type}'. Use Creative, Topic, or User."
34
+ invalid_scope_id: "Invalid scope_id at '%{type}' index %{index}: must be a positive integer."
35
+ invalid_override_config: "Invalid config at '%{type}' index %{index}: expected an object."
@@ -0,0 +1,35 @@
1
+ ko:
2
+ admin:
3
+ orchestration:
4
+ title: "AI 에이전트 오케스트레이션"
5
+ description: "AI 에이전트가 응답하도록 선택되고 스케줄링되는 방식을 설정합니다. 아래 YAML을 수정하여 정책을 커스터마이즈하세요."
6
+ policies_yaml: "정책 (YAML)"
7
+ yaml_hint: "중재(arbitration) 및 스케줄링 정책을 정의합니다. 전역 정책은 모든 곳에 적용되고, 오버라이드는 특정 범위에 적용됩니다."
8
+ reference: "빠른 참조"
9
+ arbitration_strategies: "중재 전략"
10
+ strategy_all: "매칭된 모든 에이전트가 응답"
11
+ strategy_primary_first: "기본 에이전트가 먼저 응답, 불가능할 때만 다른 에이전트"
12
+ strategy_round_robin: "메시지마다 에이전트를 순환"
13
+ strategy_bid: "관련성 점수에 따라 에이전트 선택"
14
+ scheduling_options: "스케줄링 옵션"
15
+ opt_max_concurrent: "에이전트당 최대 동시 작업 수"
16
+ opt_daily_token: "일일 토큰 사용량 한도"
17
+ opt_rate_limit: "분당 허용 요청 수"
18
+ opt_backoff: "바쁠 때 지연 전략 (immediate/linear/exponential)"
19
+ opt_topic_max_concurrent: "토픽당 최대 동시 작업 수 (기본값: 1)"
20
+ scope_types: "오버라이드 범위"
21
+ scope_creative: "특정 워크스페이스에 적용"
22
+ scope_topic: "특정 대화에 적용"
23
+ scope_user: "특정 AI 에이전트에 적용"
24
+ save: "정책 저장"
25
+ updated: "오케스트레이션 정책이 성공적으로 업데이트되었습니다."
26
+ yaml_syntax_error: "YAML 문법 오류: %{message}"
27
+ invalid_format: "잘못된 형식: arbitration/scheduling 키를 가진 YAML 객체가 필요합니다."
28
+ unknown_policy_type: "알 수 없는 정책 유형: %{type}. 'arbitration' 또는 'scheduling'을 사용하세요."
29
+ invalid_policy_structure: "'%{type}'의 구조가 잘못되었습니다: 'global' 및/또는 'overrides'를 가진 객체가 필요합니다."
30
+ invalid_global_config: "'%{type}'의 전역 설정이 잘못되었습니다: 객체가 필요합니다."
31
+ invalid_overrides: "'%{type}'의 오버라이드가 잘못되었습니다: 배열이 필요합니다."
32
+ invalid_override_format: "'%{type}' 인덱스 %{index}의 오버라이드가 잘못되었습니다: 객체가 필요합니다."
33
+ invalid_scope_type: "'%{type}' 인덱스 %{index}의 scope_type이 잘못되었습니다: '%{scope_type}'. Creative, Topic, 또는 User를 사용하세요."
34
+ invalid_scope_id: "'%{type}' 인덱스 %{index}의 scope_id가 잘못되었습니다: 양의 정수여야 합니다."
35
+ invalid_override_config: "'%{type}' 인덱스 %{index}의 config가 잘못되었습니다: 객체가 필요합니다."
@@ -1,3 +1,3 @@
1
1
  module Collavre
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: collavre
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Collavre
@@ -472,6 +472,8 @@ files:
472
472
  - config/locales/invites.ko.yml
473
473
  - config/locales/notifications.en.yml
474
474
  - config/locales/notifications.ko.yml
475
+ - config/locales/orchestration.en.yml
476
+ - config/locales/orchestration.ko.yml
475
477
  - config/locales/plans.en.yml
476
478
  - config/locales/plans.ko.yml
477
479
  - config/locales/themes.en.yml