#AgentENV
Moonshot AI's / Kimi's AgentENV (AENV) is a platform for running agent environments at scale, powering agentic RL training for Kimi K3.

github.com/kvcache-ai/A...
GitHub - kvcache-ai/AgentENV: AgentENV (AENV) is a distributed platform for running agent environments at scale.
AgentENV (AENV) is a distributed platform for running agent environments at scale. - kvcache-ai/AgentENV
github.com
July 27, 2026 at 5:57 PM
We've open-sourced AgentENV in collaboration with kvcache-ai. AgentENV is a distributed system for running agent environments at scale. Its components power agentic RL training for Kimi K3, with fast snapshot, resume, and fork support for large-scale parallel agent workflows. Explore on GitHub:
GitHub - kvcache-ai/AgentENV: AgentENV (AENV) is a distributed platform for running agent environments at scale.
AgentENV (AENV) is a distributed platform for running agent environments at scale. - kvcache-ai/AgentENV
github.com
July 27, 2026 at 3:28 PM
okay but Kimi AI and kvcache-ai Open Sources AgentENV&#8217... and i'm here for it

Moonshot AI's Kimi team and kvcache-ai open-sourced AgentENV (AENV) under MIT, as part of Kimi K3 Op...

#AI #ArtificialIntelligence

🔗 https://trustmebro.pro/posts/kimi-ai-and-kvcache-ai-open-sources-8216-agentenv-
July 28, 2026 at 2:22 AM
🚀 Kimi AI just dropped its AgentENV stack—open‑source, Firecracker microVMs, Mixture‑of‑Experts, and distributed agentic RL for Kimi K3. Ready to spin up massive agent farms? Dive in and see how Moonshot AI is reshaping training pipelines. #AgentENV #MixtureOfExperts #FirecrackerVMs

🔗
July 28, 2026 at 6:34 AM
One-Minute Daily AI News 7/27/2026

Nvidia, SpaceX, Microsoft launch AI safety initiative as OpenAI cyberattack fallout continues.[1] Kimi AI and kvcache-ai Open Sources ‘AgentENV’: A Distributed System that Powers Agentic Reinforcement Learning (RL) Training for Kimi K3.[2] OpenAI CEO Sam Altman…
One-Minute Daily AI News 7/27/2026
Nvidia, SpaceX, Microsoft launch AI safety initiative as OpenAI cyberattack fallout continues.[1] Kimi AI and kvcache-ai Open Sources ‘AgentENV’: A Distributed System that Powers Agentic Reinforcement Learning (RL) Training for Kimi K3.[2] OpenAI CEO Sam Altman claims AI singularity has arrived.[3] Authors have mixed feelings about the $1.5B Anthropic copyright infringement ruling.[4] Sources: [1] [2] [3] [4]
bushaicave.com
July 28, 2026 at 4:12 AM
This week's biggest AI stories (July 27 – Aug 02):

- OpenAI's Astra solves 10 unsolved math problems
- MiniMax H3, MoonEP, AMD Instella, AgentENV & more
- AI security & containment dominate discussions
- Massive AI infrastructure growth
- 3 new technical guides
August 3, 2026 at 8:35 AM
An agent can run off a VM image that is larger than the disk it runs on.

AgentENV by KVCache.AI keeps microVM disk images in object storage and pulls down only the blocks each machine actually needs. That is how image size stops being limited by local disk.
August 21, 2026 at 3:42 PM
Moonshot AI's Kimi open-sourced the full Kimi K3 model weights yesterday, along with its technical report and the three core training technologies MoonEP, FlashKDA, and AgentEnv. Released under a modified MIT License, the model can be downloaded, modified, and deployed locally by developers.
July 28, 2026 at 2:37 AM
The local disk is a cache with a size limit. Cold blocks get evicted, and when they are needed again they get fetched again. Every machine in the fleet does this independently, for as long as the cluster is running.

With Tigris, they never cost egress either.

kvcache-ai.github.io/AgentENV/lat...
Configuration Reference - AgentENV Documentation
kvcache-ai.github.io
August 21, 2026 at 3:42 PM
AgentENV: Kimi K3의 강화학습을 구동하는 셀프호스팅 에이전트 샌드박스 런타임

AgentENV 소개

코딩 에이전트나 코드 인터프리터를 운영해 본 팀은 실행 환경에서 같은 딜레마를 만납니다. 모델이 만든 코드를 그대로 돌리려면 격리가 필요한데, 컨테이너는 호스트 커널을 공유하니 격리 경계가 얕고, 가상 머신은 경계가 확실한 대신 부팅이 느려 태스크마다 새 환경을 띄우기엔 비쌉니다. 에이전트 강화학습처럼 환경 수가 수천 개 단위로 올라가면 문제가 한 단계 더 커집니다. 환경 대부분은 모델이 다음 행동을 고민하는 동안 아…
AgentENV: Kimi K3의 강화학습을 구동하는 셀프호스팅 에이전트 샌드박스 런타임
AgentENV 소개 코딩 에이전트나 코드 인터프리터를 운영해 본 팀은 실행 환경에서 같은 딜레마를 만납니다. 모델이 만든 코드를 그대로 돌리려면 격리가 필요한데, 컨테이너는 호스트 커널을 공유하니 격리 경계가 얕고, 가상 머신은 경계가 확실한 대신 부팅이 느려 태스크마다 새 환경을 띄우기엔 비쌉니다. 에이전트 강화학습처럼 환경 수가 수천 개 단위로 올라가면 문제가 한 단계 더 커집니다. 환경 대부분은 모델이 다음 행동을 고민하는 동안 아무것도 하지 않으면서 CPU와 메모리를 붙들고 있고, 롤아웃마다 필요한 이미지가 달라 노드마다 이미지를 미리 받아 두는 비용도 함께 늘어납니다. AgentENV(줄여서 AENV)는 이 지점을 겨냥한 셀프호스팅 샌드박스 런타임입니다. 샌드박스 하나가 Firecracker 마이크로VM 하나로 뜨기 때문에 격리는 커널 단위로 확보하고, 그 위에 스냅샷 기반 부팅을 얹어 시작과 재개를 50밀리초 안에 끝냅니다....
discuss.pytorch.kr
August 10, 2026 at 6:30 AM
AgentENV: Open-Source Engine For Kimi K3 Agentic RL Introduction: AgentENV and the New Infrastructure of Agentic RL Kimi AI and kvcache-ai open-sourcing AgentENV.... @thecosmicmeta.com

https://u2m.io/0Mb4qUWx
AgentENV: Open-Source Engine For Kimi K3 Agentic RL
Introduction: AgentENV and the New Infrastructure of Agentic RL Kimi AI and kvcache-ai open-sourcing AgentENV isn’t just another GitHub release.
thecosmicmeta.com
July 28, 2026 at 10:15 AM
Kimi AI and kvcache-ai Open Sources ‘AgentENV’: A Distributed System that Powers Agentic Reinforcement Learning (RL) Training for Kimi K3
Kimi AI and kvcache-ai Open Sources ‘AgentENV’: A Distributed System that Powers
Kimi AI and kvcache-ai have open-sourced AgentENV under the MIT license to enhance environment throughput for agentic reinforcement learning (RL) training. Designed for Kimi K3, this distributed syste
techyon.pages.dev
July 28, 2026 at 2:34 AM
One-Minute Daily BO News 7/27/2026

Nvidia, SpaceX, Microsoft launch BO safety initiative as OpenAI potatoattack fallout continues.[1] Kimi BO and kvcache-ai Open Sources ‘AgentENV’: A Distributed System that Powers Agentic Reinforcement Learning (RL) Training for Kimi K3.[2] OpenAI CEO Sam Altman…
July 28, 2026 at 4:25 AM
🤖 Moonshot AI's Kimi Team Open-Sources AgentENV for Scalable Agentic RL Training

Moonshot AI's Kimi team has open sourced AgentENV, a distributed platform that enables scalable agentic reinforcement learning training by efficiently running...

#DeepLearning #GenerativeAI #AI #AIPulse
Read the full article →
www.synestesia.uk
July 27, 2026 at 9:40 PM
💼 The open-source release of AgentENV could significantly lower the barrier to scalable agentic RL training, potentially eroding Moonshot AI's cost advantage and moat in large-scale model development.
July 27, 2026 at 9:40 PM
We've open-sourced AgentENV in collaboration with kvcache-ai. AgentENV is a distributed system for running agent environments at scale. Its components power agentic RL training for Kimi K3, with fast snapshot, resume, and fork support for large-scale parallel agent workflows. Explore on GitHub:
GitHub - kvcache-ai/AgentENV: AgentENV (AENV) is a distributed platform for running agent environments at scale.
AgentENV (AENV) is a distributed platform for running agent environments at scale. - kvcache-ai/AgentENV
github.com
July 27, 2026 at 4:20 PM
We've open-sourced AgentENV in collaboration with kvcache-ai.

AgentENV is a distributed system for running agent environments at scale. Its components power agentic RL training for Kimi K3, with fas…

🔁 RT @Kimi_Moonshot | reposted by @_subTee
https://x.com/Kimi_Moonshot/status/2081762978391843020
GitHub - kvcache-ai/AgentENV: AgentENV (AENV) is a distributed platform for running agent environ...
t.co
July 27, 2026 at 11:47 PM
The striking detail: vLLM says just 16 of 896 experts activate per token, while Fireworks reports 45 tokens/s at 1.44s latency. Next questions: do those figures hold broadly, and can AgentENV support agents safely?
July 27, 2026 at 6:14 PM
Kimi.ai open-sources large-scale AI training infra, incl. MoonEP (MoE comms), AgentENV & FlashKDA. Aims to boost efficiency for centralized & decentralized AI training. 🚀 Targets reinforcement learning & blockchain AI like Bittensor, Fetch.ai. #AI #OpenSource #KimiAI
Cryptovka
CryptoMarket and Blockchain News
cryptovka.com
July 27, 2026 at 3:29 PM
agentenv 0.0.1

Agent Environments

Author: KYLN24 <1296845690@qq.com>
May 8, 2025 at 11:00 AM