Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
6f5de74
docs(research): Add comprehensive repository analysis (01_repo_analysis)
POWERFULMOVES Jul 8, 2026
7b97f0c
docs(research): Add YouTube playlist analysis for persona research (02)
POWERFULMOVES Jul 8, 2026
d98fa2d
config(model-suits): Update GLM-4.7 model suit v1.0.0
POWERFULMOVES Jul 8, 2026
f60a9df
config(model-suits): Update GLM-4-Air model suit v1.0.0
POWERFULMOVES Jul 8, 2026
fc1c700
config(model-suits): Update GLM-4-Flash model suit v1.0.0
POWERFULMOVES Jul 8, 2026
1d9630f
config(model-suits): Update GLM-4-Plus model suit v1.0.0
POWERFULMOVES Jul 8, 2026
7d16957
config(model-suits): Update GLM-5-Turbo model suit v1.0.0
POWERFULMOVES Jul 8, 2026
06d5126
config(model-suits): Update GLM-5.1 model suit v1.0.0
POWERFULMOVES Jul 8, 2026
bb23612
config(model-suits): Add KIMI-K2 model suit v1.0.0 (NEW)
POWERFULMOVES Jul 8, 2026
9f727e5
docs(research): Add GitHub Activity Report (03) - 20-week timeline
POWERFULMOVES Jul 8, 2026
5fbb48f
docs(research): Add SoundCloud music analysis (04) - 82 tracks, BPM b…
POWERFULMOVES Jul 8, 2026
ecb3b60
docs(research): Add LinkedIn profile with headline, about, experience
POWERFULMOVES Jul 8, 2026
101212b
docs(specs): Add Semantic Cache Validation Report (CONDITIONAL FAIL)
POWERFULMOVES Jul 8, 2026
6714271
docs(research): Add Master Integration Document v1.0.0
POWERFULMOVES Jul 8, 2026
2cde313
docs(research): Add Field Network Architecture spec (05)
POWERFULMOVES Jul 8, 2026
2bc5db5
docs(research): Add DARKXSIDE Persona v1.0 with resonance anchors
POWERFULMOVES Jul 8, 2026
f945fdb
docs(specs): Add GLM/KIMI Configuration Suite (10)
POWERFULMOVES Jul 8, 2026
539ca4e
docs(specs): Add Agent Card Architecture v1.0 (Part 1/2)
POWERFULMOVES Jul 8, 2026
89cfd20
fix(semantic-cache): rewrite main.py, metrics.py, cache_store.py from…
POWERFULMOVES Jul 8, 2026
08cc309
fix(model-suits): use canonical zai provider IDs, break cyclic fallba…
POWERFULMOVES Jul 8, 2026
27feb2d
fix(model-suits): use canonical zai provider IDs, break cyclic fallba…
POWERFULMOVES Jul 8, 2026
bc7169a
fix(model-suits): use canonical zai provider IDs, break cyclic fallba…
POWERFULMOVES Jul 8, 2026
d38fd8d
fix(model-suits): use canonical zai provider IDs, break cyclic fallba…
POWERFULMOVES Jul 8, 2026
1b46587
fix(model-suits): use canonical zai provider IDs, break cyclic fallba…
POWERFULMOVES Jul 8, 2026
e972866
fix(docs): resolve all CodeRabbit review comments — data consistency,…
POWERFULMOVES Jul 8, 2026
63e27c5
fix(model-suits): use canonical zai provider IDs, break cyclic fallba…
POWERFULMOVES Jul 8, 2026
8e80b8f
fix(model-suits): use canonical zai provider IDs, break cyclic fallba…
POWERFULMOVES Jul 8, 2026
04870f7
fix(semantic-cache): sanitize exception handling — prevent info expos…
POWERFULMOVES Jul 8, 2026
179baea
fix(docs): resolve all CodeRabbit review comments — data consistency,…
POWERFULMOVES Jul 8, 2026
af477bd
fix(docs): standardize KIMI variant naming to kimi-k2-* prefix throug…
POWERFULMOVES Jul 8, 2026
5cd30f9
fix(docs): resolve all CodeRabbit review comments — data consistency,…
POWERFULMOVES Jul 8, 2026
68001b3
fix(docs): standardize KIMI variant naming to kimi-k2-* prefix throug…
POWERFULMOVES Jul 8, 2026
937bd17
fix(docs): resolve all CodeRabbit review comments — data consistency,…
POWERFULMOVES Jul 8, 2026
6fe2ee1
fix(docs): resolve all CodeRabbit review comments — data consistency,…
POWERFULMOVES Jul 8, 2026
2e5fac2
fix(docs): resolve all CodeRabbit review comments — data consistency,…
POWERFULMOVES Jul 8, 2026
17bbb45
fix(docs): resolve all CodeRabbit review comments — data consistency,…
POWERFULMOVES Jul 8, 2026
7775bf0
fix(docs): resolve all CodeRabbit review comments — data consistency,…
POWERFULMOVES Jul 8, 2026
faa532f
fix(docs): resolve all CodeRabbit review comments — data consistency,…
POWERFULMOVES Jul 8, 2026
c3a12d7
fix(docs): resolve all CodeRabbit review comments — data consistency,…
POWERFULMOVES Jul 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 84 additions & 82 deletions pmoves/configs/model-suits/glm-4-air.yaml
Original file line number Diff line number Diff line change
@@ -1,85 +1,87 @@
# Model Suit: GLM-4-Air (Z.AI)
# PMOVES.AI Meta-Agent Configuration
# Provider: Z.AI (Zhipu AI / BigModel)
# ============================================================
# GLM-4-Air Model Suit
# Role: Lightweight, cost-efficient inference
# Best for: High-volume tasks, edge deployment, documentation
# Provider: Zhipu AI (Z.AI)
# Version: 1.0.0
# ============================================================

suit:
id: glm-4-air
name: GLM-4-Air (Zhipu AI)
model_suit:
name: glm-4-air
provider: zai
flare_name: pmoves/glm-4-air
model_family: glm
tier: efficient
role: balanced
base_url: "https://api.z.ai/v1"
api_key_env: Z_AI_API_KEY

architecture:
type: dense
total_params: "9B"
active_params: "9B"
attention: standard

context:
max_window: 128000
effective_window: 32000
working_window: 16000

defaults:
temperature: 0.7
top_p: 0.95
max_tokens: 4096
frequency_penalty: 0.0
presence_penalty: 0.0

advanced:
tool_call_parser: glm4
enable_thinking: false
mtp_steps: 1

harness_mappings:
voice_synthesis:
temperature: 0.7
top_p: 0.95
frequency_penalty: 0.3
presence_penalty: 0.1
max_tokens: 256
system_prompt: conversational_narrator

documentation:
temperature: 0.6
top_p: 0.95
frequency_penalty: 0.15
presence_penalty: 0.1
max_tokens: 4096
system_prompt: conversational_writer

lightweight_coding:
temperature: 0.6
top_p: 0.93
frequency_penalty: 0.2
presence_penalty: 0.1
max_tokens: 2048
system_prompt: directive_engineer

monitoring:
temperature: 0.2
top_p: 0.85
frequency_penalty: 0.0
presence_penalty: 0.0
max_tokens: 1024
system_prompt: directive_infrastructure

quick_chat:
temperature: 0.8
top_p: 0.98
frequency_penalty: 0.2
presence_penalty: 0.1
max_tokens: 1024
system_prompt: conversational_assistant

model_config:
context_window: 128000
max_output_tokens: 4096
supports_vision: false
supports_extended_thinking: false
supports_function_calling: true
temperature_range: [0.0, 1.0]
top_p_range: [0.0, 1.0]
top_k: null

distillation_pipeline:
stages:
- name: config_tuning
enabled: true

- name: context_priming
enabled: true
system_prompt: |
You are GLM-4-Air, Zhipu AI's efficient model for balanced performance.
You are a bilingual (Chinese-English) assistant optimized for speed and quality.
You prefer instruction-format prompts with clear role separation (system, user, assistant, tool).
You have a 128K token context window and can use tools.

- name: model_fine_tune
enabled: false
reason: "Cloud-only model - no weight updates possible"

- name: full_distillation
enabled: false
reason: "Cloud-only model - no weight updates possible"

tensorzero_config:
model_name: glm-4-air
weight: 0.0 # Need to register in TensorZero
routing:
- function: general_chat
priority: 3
- function: bilingual_chat
priority: 3

flare_namespace:
alias: pmoves/glm-4-air
canonical_name: glm-4-air
provider_url: https://open.bigmodel.cn/dev/api
already_registered: false # Need to add to flare-model-namespace.yaml

capabilities:
- code_generation
- reasoning
- tools
- function_calling
- large_context
- bilingual

local_fallback:
available: false
reason: "Z.AI models are cloud-only with no open weights"

cross_agent:
agent_zero: full
clawz: full
archon: full
typer: untested
pinokio: full
a2ui: full

metadata:
source: pmoves/meta-agent/zai
last_verified: 2026-04-21
benchmark_data:
- source: "Z.AI Documentation"
url: "https://open.bigmodel.cn/dev/api"
cgp_state_vector:
delta: 0.4
Hz: 0.1
kappa: 1.5
A: 0.4
F: 0.05

fallback_to: kimi-k2
priority: 10
145 changes: 62 additions & 83 deletions pmoves/configs/model-suits/glm-4-flash.yaml
Original file line number Diff line number Diff line change
@@ -1,86 +1,65 @@
# Model Suit: GLM-4-Flash (Z.AI)
# PMOVES.AI Meta-Agent Configuration
# Provider: Z.AI (Zhipu AI / BigModel)
# ============================================================
# GLM-4-Flash Model Suit
# Role: Fastest inference, lowest latency
# Best for: Real-time responses, streaming, quick tasks
# Provider: Zhipu AI (Z.AI)
# Version: 1.0.0
# ============================================================

suit:
id: glm-4-flash
name: GLM-4-Flash (Zhipu AI)
model_suit:
name: glm-4-flash
provider: zai
flare_name: pmoves/glm-4-flash
model_family: glm
tier: lightning
role: fast
base_url: "https://api.z.ai/v1"
api_key_env: Z_AI_API_KEY

architecture:
type: dense
total_params: "9B"
active_params: "9B"
attention: standard

context:
max_window: 128000
effective_window: 32000
working_window: 8000

defaults:
temperature: 0.7
top_p: 0.95
max_tokens: 4096
frequency_penalty: 0.0
presence_penalty: 0.0

advanced:
tool_call_parser: glm4
enable_thinking: false
mtp_steps: 1

harness_mappings:
quick_chat:
temperature: 0.8
top_p: 0.98
max_tokens: 1024
system_prompt: conversational_assistant

streaming_response:
temperature: 0.7
top_p: 0.95
max_tokens: 2048
system_prompt: conversational_narrator

lightweight_coding:
temperature: 0.6
top_p: 0.93
max_tokens: 2048
system_prompt: directive_engineer

model_config:
context_window: 128000
max_output_tokens: 4096
supports_vision: false
supports_extended_thinking: false
supports_function_calling: true
temperature_range: [0.0, 1.0]
top_p_range: [0.0, 1.0]
top_k: null

distillation_pipeline:
stages:
- name: config_tuning
enabled: true

- name: context_priming
enabled: true
system_prompt: |
You are GLM-4-Flash, Zhipu AI's fastest model for quick responses.
You are a bilingual (Chinese-English) assistant optimized for speed.
You prefer instruction-format prompts with clear role separation (system, user, assistant, tool).
You have a 128K token context window and can use tools.

- name: model_fine_tune
enabled: false
reason: "Cloud-only model - no weight updates possible"

- name: full_distillation
enabled: false
reason: "Cloud-only model - no weight updates possible"

tensorzero_config:
model_name: glm-4-flash
weight: 0.0 # Need to register in TensorZero
routing:
- function: quick_response
priority: 4
- function: simple_tasks
priority: 4

flare_namespace:
alias: pmoves/glm-4-flash
canonical_name: glm-4-flash
provider_url: https://open.bigmodel.cn/dev/api
already_registered: false # Need to add to flare-model-namespace.yaml

capabilities:
- code_generation
- reasoning
- tools
- function_calling
- large_context
- bilingual
- fast_response

local_fallback:
available: false
reason: "Z.AI models are cloud-only with no open weights"

cross_agent:
agent_zero: full
clawz: full
archon: full
typer: untested
pinokio: full
a2ui: full

metadata:
source: pmoves/meta-agent/zai
last_verified: 2026-04-21
benchmark_data:
- source: "Z.AI Documentation"
url: "https://open.bigmodel.cn/dev/api"
cgp_state_vector:
delta: 0.5
Hz: 0.2
kappa: 1.2
A: 0.5
F: 0.1

fallback_to: glm-4-air
priority: 9
Loading
Loading