# Council Briefing: 2025-08-22

## Monthly Goal

Current focus: Stabilize and attract new users to auto.fun by showcasing 24/7 agent activity (streaming, trading, shitposting), ship production ready elizaOS v2.

## Daily Focus

- ElizaOS team has completed a milestone delivery of the Scenario Matrix Runner and Reporting System while making significant progress on the ElizaOS cloud MVP with credit system and API key management.

## Key Points for Deliberation

### 1. Topic: ElizaOS v2 Cloud Infrastructure Progress

**Summary of Topic:** The ElizaOS cloud MVP with credit system and API key management has made significant progress, with the core signup → key acquisition → service usage → credit tracking loop now functional, alongside advancements in API design and monetization strategy.

#### Deliberation Items (Questions):

**Question 1:** How should we position the ElizaOS cloud offering with respect to the existing open-source framework to maximize both adoption and sustainable revenue?

  **Context:**
  - `The team is working on ElizaOS cloud MVP with a credit system and API key management. The core signup → grab key → use services → track credits loop is now functional.`
  - `Integration of MCPs (Modular Containerized Programs) with x402 payment rails for monetization is in progress.`

  **Multiple Choice Answers:**
    a) Position cloud as premium tier with enhanced capabilities, keeping core framework open-source but with limited functionality.
        *Implication:* Creates clear upsell path but may limit community contributions to advanced features.
    b) Maintain feature parity between cloud and self-hosted versions, monetizing through usage-based pricing and enterprise support.
        *Implication:* Preserves open-source ethos but may make monetization more challenging.
    c) Develop cloud-exclusive integrations and managed services while keeping the agent framework fully open.
        *Implication:* Balances open-source values with commercial opportunity but requires continuous innovation.
    d) Other / More discussion needed / None of the above.

**Question 2:** What architectural approach should we prioritize for the model API design to best serve diverse developer needs?

  **Context:**
  - `Significant debate between cjft and shaw regarding model API design - whether to use a generic `useModel` function with different return types or separate functions like `useModelStream` for streaming responses.`
  - `Shaw prefers enumerated input/return pairs with useModel(ModelType.TEXT_STREAM) returning a TextStreamObject, arguing it's more future-proof for multimodal support.`

  **Multiple Choice Answers:**
    a) Adopt the unified approach with enumerations for greater extensibility, optimizing for future multimodal capabilities.
        *Implication:* Enables cleaner long-term evolution but introduces more complexity for simple use cases.
    b) Implement distinct API methods for different response types, following established industry patterns from OpenAI and Anthropic.
        *Implication:* Provides more intuitive developer experience but may lead to API sprawl as capabilities expand.
    c) Create a dual approach with both unified and specialized methods, allowing developers to choose based on their use case complexity.
        *Implication:* Offers maximum flexibility but increases maintenance burden and potential for confusion.
    d) Other / More discussion needed / None of the above.

**Question 3:** What monetization strategy should we prioritize for MCPs (Modular Containerized Programs) to drive sustainable revenue?

  **Context:**
  - `Integration of MCPs (Modular Containerized Programs) with x402 payment rails for monetization is in progress.`
  - `Docker MCP catalog and toolkit for secure deployments is being developed.`
  - `A workflow assembly system similar to n8n for chaining MCPs together is planned.`

  **Multiple Choice Answers:**
    a) Revenue sharing model where plugin developers earn based on usage while elizaOS takes a platform fee.
        *Implication:* Creates aligned incentives for ecosystem growth but complicates the payment architecture.
    b) Subscription tiers for MCP access with unlimited usage within tier limits.
        *Implication:* Provides predictable revenue but may discourage experimental usage and exploration.
    c) Usage-based metering with progressive volume discounts and developer sandbox allocations.
        *Implication:* Aligns cost with value creation but requires sophisticated monitoring and billing systems.
    d) Other / More discussion needed / None of the above.

---


### 2. Topic: Agent Ecosystem Expansion Strategy

**Summary of Topic:** The team is developing a curated agent directory, expanding agent capabilities through strategic partnerships, and addressing tokenomics issues with daos.fun to enhance the visibility and utility of the agent ecosystem.

#### Deliberation Items (Questions):

**Question 1:** How should we approach agent directory curation to balance quality control with ecosystem growth?

  **Context:**
  - `The team is developing a public map and website directory of vetted agents rather than implementing automatic agent registration.`
  - `Discussion about EIP-8004 and its potential integration with ElizaOS.`

  **Multiple Choice Answers:**
    a) Implement a permissioned system with manual curation by the core team to ensure quality and safety.
        *Implication:* Ensures high-quality user experience but creates a bottleneck for scaling agent listings.
    b) Create a community-driven verification system with reputation-based endorsements and transparent metrics.
        *Implication:* Distributes curation workload but requires sophisticated governance to prevent gaming.
    c) Adopt a tiered approach with minimal verification for basic listing and stricter review for featured status.
        *Implication:* Balances openness with quality control but creates multiple standards to maintain.
    d) Other / More discussion needed / None of the above.

**Question 2:** How should we prioritize partnership initiatives to maximize impact on agent adoption and ecosystem growth?

  **Context:**
  - `Collaboration announced with REVOX to give ElizaOS-powered AI agents human-like avatars with personality and emotion through their DEVA platform.`
  - `"Pump This Page" powered by Quantum was introduced, featuring quantitative and executional agents alongside a new Web Extension and tokenization feature.`

  **Multiple Choice Answers:**
    a) Focus on UX-enhancing partnerships like REVOX that make agents more engaging and accessible to mainstream users.
        *Implication:* Accelerates consumer adoption but may delay enterprise/developer integrations.
    b) Prioritize developer tooling and integration partnerships that expand agent capabilities and use cases.
        *Implication:* Strengthens platform functionality but may result in slower end-user growth.
    c) Concentrate on Web3/crypto partnerships that strengthen tokenization features and on-chain utility.
        *Implication:* Deepens crypto integration but may limit appeal to Web2 developers and users.
    d) Other / More discussion needed / None of the above.

**Question 3:** What approach should we take to resolve the ai16z token integration issues with daos.fun?

  **Context:**
  - `The ai16z token problem was identified as being related to daos.fun by design, not an ElizaOS problem.`
  - `"It's a daos.fun issue and it's by design, so they aren't likely to budge on it but we're working on a plan" (Odilitime)`

  **Multiple Choice Answers:**
    a) Develop a custom integration layer that adapts to daos.fun's design constraints while maintaining token functionality.
        *Implication:* Avoids confrontation but adds technical complexity and maintenance overhead.
    b) Negotiate directly with daos.fun leadership for special consideration given elizaOS's ecosystem importance.
        *Implication:* Could achieve optimal outcome but success depends on relationship dynamics and mutual benefit.
    c) Explore alternative platforms or build custom token functionality that doesn't rely on daos.fun.
        *Implication:* Gives complete control but requires significant development resources and may fragment user experience.
    d) Other / More discussion needed / None of the above.

---


### 3. Topic: Technical Infrastructure Improvements

**Summary of Topic:** The team has completed a major milestone with the Scenario Matrix Runner and Reporting System, while addressing critical infrastructure improvements like cross-environment logging and asynchronous embedding generation.

#### Deliberation Items (Questions):

**Question 1:** How should we leverage the new Scenario Matrix Runner to enhance agent development and quality assurance?

  **Context:**
  - `This week marked a major milestone with the completion and closure of the entire Scenario Matrix Runner and Reporting System epic. This powerful new CLI tool enables comprehensive, automated testing of agent behaviors across various configurations and generates detailed performance reports in both HTML and PDF formats.`

  **Multiple Choice Answers:**
    a) Focus on establishing baseline performance metrics for all agents to enable consistent quality benchmarking.
        *Implication:* Creates standardized quality metrics but may not capture domain-specific agent capabilities.
    b) Develop extensive scenario libraries that simulate real-world usage patterns to guide feature development.
        *Implication:* Grounds development in real user needs but requires significant scenario design investment.
    c) Implement continuous integration testing with scenario runners to prevent regressions and maintain quality.
        *Implication:* Automates quality assurance but increases build complexity and compute requirements.
    d) Other / More discussion needed / None of the above.

**Question 2:** What technical optimizations should we prioritize to improve agent performance and responsiveness?

  **Context:**
  - `A feature to generate embeddings asynchronously via a queue service was proposed to improve performance in the bootstrap plugin.`
  - `The logger module was refactored to function seamlessly across both browser and Node.js environments.`

  **Multiple Choice Answers:**
    a) Prioritize end-user perceived latency improvements like asynchronous embeddings and response streaming.
        *Implication:* Directly improves user experience but may delay backend optimizations.
    b) Focus on cross-platform compatibility and environmental adaptability for broader deployment options.
        *Implication:* Expands addressable market but increases testing complexity and potential edge cases.
    c) Concentrate on memory and performance optimizations to reduce hosting costs and resource requirements.
        *Implication:* Improves operating economics but may delay user-facing feature development.
    d) Other / More discussion needed / None of the above.

**Question 3:** How should we approach verification and community infrastructure given the issues with Collab.land?

  **Context:**
  - `Potential switch from Collab.land to Vulcan.xyz due to verification issues was discussed.`
  - `jin suggested switching to Vulcan.xyz as Collab.land is "janky"`

  **Multiple Choice Answers:**
    a) Migrate completely to Vulcan.xyz for improved reliability and functionality.
        *Implication:* Solves current issues but creates migration overhead and potential new dependencies.
    b) Develop a custom verification system integrated with our own token and identity infrastructure.
        *Implication:* Provides complete control but requires significant development resources.
    c) Implement a multi-provider approach that supports both services and allows for graceful fallbacks.
        *Implication:* Increases reliability through redundancy but adds integration complexity.
    d) Other / More discussion needed / None of the above.