diff --git a/docs/api/functions/generateCaption.md b/docs/api/functions/generateCaption.md index f80d470e54..094e4b0e64 100644 --- a/docs/api/functions/generateCaption.md +++ b/docs/api/functions/generateCaption.md @@ -26,4 +26,4 @@ ## Defined in -[packages/core/src/generation.ts:956](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L956) +[packages/core/src/generation.ts:952](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L952) diff --git a/docs/api/functions/generateImage.md b/docs/api/functions/generateImage.md index 0f42815198..eead66e7fb 100644 --- a/docs/api/functions/generateImage.md +++ b/docs/api/functions/generateImage.md @@ -48,4 +48,4 @@ ## Defined in -[packages/core/src/generation.ts:771](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L771) +[packages/core/src/generation.ts:767](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L767) diff --git a/docs/api/functions/generateMessageResponse.md b/docs/api/functions/generateMessageResponse.md index 670854a852..99a0e3b67c 100644 --- a/docs/api/functions/generateMessageResponse.md +++ b/docs/api/functions/generateMessageResponse.md @@ -28,4 +28,4 @@ The completed message. ## Defined in -[packages/core/src/generation.ts:731](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L731) +[packages/core/src/generation.ts:727](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L727) diff --git a/docs/api/functions/generateObject.md b/docs/api/functions/generateObject.md index 78b1eda5cf..1c13c0325a 100644 --- a/docs/api/functions/generateObject.md +++ b/docs/api/functions/generateObject.md @@ -20,4 +20,4 @@ ## Defined in -[packages/core/src/generation.ts:647](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L647) +[packages/core/src/generation.ts:643](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L643) diff --git a/docs/api/functions/generateObjectArray.md b/docs/api/functions/generateObjectArray.md index 9b47a815f4..9d461bdef9 100644 --- a/docs/api/functions/generateObjectArray.md +++ b/docs/api/functions/generateObjectArray.md @@ -20,4 +20,4 @@ ## Defined in -[packages/core/src/generation.ts:683](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L683) +[packages/core/src/generation.ts:679](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L679) diff --git a/docs/api/functions/generateObjectV2.md b/docs/api/functions/generateObjectV2.md index 1fcfedbd3e..7c7c3ceaca 100644 --- a/docs/api/functions/generateObjectV2.md +++ b/docs/api/functions/generateObjectV2.md @@ -24,4 +24,4 @@ Configuration options for generating objects. ## Defined in -[packages/core/src/generation.ts:1046](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1046) +[packages/core/src/generation.ts:1042](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1042) diff --git a/docs/api/functions/generateShouldRespond.md b/docs/api/functions/generateShouldRespond.md index 7fb882fd46..6eeb44897e 100644 --- a/docs/api/functions/generateShouldRespond.md +++ b/docs/api/functions/generateShouldRespond.md @@ -28,4 +28,4 @@ Promise resolving to "RESPOND", "IGNORE", "STOP" or null ## Defined in -[packages/core/src/generation.ts:473](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L473) +[packages/core/src/generation.ts:469](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L469) diff --git a/docs/api/functions/generateTextArray.md b/docs/api/functions/generateTextArray.md index 799e5df936..4fbd7509c1 100644 --- a/docs/api/functions/generateTextArray.md +++ b/docs/api/functions/generateTextArray.md @@ -28,4 +28,4 @@ Promise resolving to an array of strings parsed from the model's response ## Defined in -[packages/core/src/generation.ts:611](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L611) +[packages/core/src/generation.ts:607](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L607) diff --git a/docs/api/functions/generateTrueOrFalse.md b/docs/api/functions/generateTrueOrFalse.md index 19c8e7c9d0..46b4185e84 100644 --- a/docs/api/functions/generateTrueOrFalse.md +++ b/docs/api/functions/generateTrueOrFalse.md @@ -28,4 +28,4 @@ Promise resolving to a boolean value parsed from the model's response ## Defined in -[packages/core/src/generation.ts:556](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L556) +[packages/core/src/generation.ts:552](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L552) diff --git a/docs/api/functions/generateWebSearch.md b/docs/api/functions/generateWebSearch.md index 4331b64eb0..16ad6bf52f 100644 --- a/docs/api/functions/generateWebSearch.md +++ b/docs/api/functions/generateWebSearch.md @@ -16,4 +16,4 @@ ## Defined in -[packages/core/src/generation.ts:980](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L980) +[packages/core/src/generation.ts:976](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L976) diff --git a/docs/api/functions/handleProvider.md b/docs/api/functions/handleProvider.md index 46e1298b7f..83080e1cef 100644 --- a/docs/api/functions/handleProvider.md +++ b/docs/api/functions/handleProvider.md @@ -20,4 +20,4 @@ Configuration options specific to the provider. ## Defined in -[packages/core/src/generation.ts:1131](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1131) +[packages/core/src/generation.ts:1127](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1127) diff --git a/docs/api/functions/splitChunks.md b/docs/api/functions/splitChunks.md index f7fbd4b367..2a0d9cb5ef 100644 --- a/docs/api/functions/splitChunks.md +++ b/docs/api/functions/splitChunks.md @@ -28,4 +28,4 @@ Promise resolving to array of text chunks with bleed sections ## Defined in -[packages/core/src/generation.ts:528](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L528) +[packages/core/src/generation.ts:524](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L524) diff --git a/docs/api/interfaces/GenerationOptions.md b/docs/api/interfaces/GenerationOptions.md index 9ae246094c..8ad4216582 100644 --- a/docs/api/interfaces/GenerationOptions.md +++ b/docs/api/interfaces/GenerationOptions.md @@ -12,7 +12,7 @@ Configuration options for generating objects with a model. #### Defined in -[packages/core/src/generation.ts:1016](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1016) +[packages/core/src/generation.ts:1012](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1012) *** @@ -22,7 +22,7 @@ Configuration options for generating objects with a model. #### Defined in -[packages/core/src/generation.ts:1017](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1017) +[packages/core/src/generation.ts:1013](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1013) *** @@ -32,7 +32,7 @@ Configuration options for generating objects with a model. #### Defined in -[packages/core/src/generation.ts:1018](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1018) +[packages/core/src/generation.ts:1014](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1014) *** @@ -42,7 +42,7 @@ Configuration options for generating objects with a model. #### Defined in -[packages/core/src/generation.ts:1019](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1019) +[packages/core/src/generation.ts:1015](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1015) *** @@ -52,7 +52,7 @@ Configuration options for generating objects with a model. #### Defined in -[packages/core/src/generation.ts:1020](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1020) +[packages/core/src/generation.ts:1016](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1016) *** @@ -62,7 +62,7 @@ Configuration options for generating objects with a model. #### Defined in -[packages/core/src/generation.ts:1021](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1021) +[packages/core/src/generation.ts:1017](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1017) *** @@ -72,7 +72,7 @@ Configuration options for generating objects with a model. #### Defined in -[packages/core/src/generation.ts:1022](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1022) +[packages/core/src/generation.ts:1018](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1018) *** @@ -82,7 +82,7 @@ Configuration options for generating objects with a model. #### Defined in -[packages/core/src/generation.ts:1023](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1023) +[packages/core/src/generation.ts:1019](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1019) *** @@ -92,4 +92,4 @@ Configuration options for generating objects with a model. #### Defined in -[packages/core/src/generation.ts:1024](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1024) +[packages/core/src/generation.ts:1020](https://github.com/ai16z/eliza/blob/main/packages/core/src/generation.ts#L1020) diff --git a/docs/docs/community/streams/2024-11-24.md b/docs/docs/community/streams/2024-11-24.md index a0c306457a..b2d8c63cbb 100644 --- a/docs/docs/community/streams/2024-11-24.md +++ b/docs/docs/community/streams/2024-11-24.md @@ -1,5 +1,7 @@ # Hats Protocol 11-24-24 +Link: https://www.youtube.com/watch?v=B5zJxUez2AM + The overall presentation started with technical details about Hats protocol and gradually evolved into more forward-looking discussions about AI integration and gaming mechanics for DAO organization. 0:00 - 5:00 diff --git a/docs/docs/community/streams/2024-11-28.md b/docs/docs/community/streams/2024-11-28.md new file mode 100644 index 0000000000..4d8aa30e64 --- /dev/null +++ b/docs/docs/community/streams/2024-11-28.md @@ -0,0 +1,47 @@ +# What Do Machines Dream Of? Episode 1: World Builders + + +Link: https://x.com/i/broadcasts/1vOxwrZYbygJB + +The speakers were Shaw from ai16z, Arman from OpenServe AI, Nick from a project called Chaos and Disorder or Divine Diarrhea, and the host, fakeguru. + + +Overview: +The speakers discussed how AI agents will impact the future, including potential benefits (freeing humans from monotonous jobs, fostering creativity) and challenges (surveillance, corruption). They explored the need to make AI development open and collaborative while considering ethics. The goal is building a future where humans and AI work together for the betterment of society. + +Key Topics and Timestamps: +1. Intro and speaker introductions (0:00 - 29:47) +2. Chaotic vs ordered mindsets (29:47 - 35:47) +3. Community income and solving automation crisis (42:13 - 58:08) +4. Removing inability to pursue passions (1:22:47 - 1:29:39) +5. Living in an abundance mindset vs scarcity (1:29:39 - 1:35:15) +6. Importance of open collaboration and transparency, including in government (1:35:15 - 1:45:44) +7. Educating people on AI development (1:45:44 - 1:55:03) +8. Impact of AI on privacy and surveillance (1:55:03 - 2:02:22) +9. Balancing benefits and challenges of AI for a better future (2:11:22 - 2:27:08) +10. What item would you take in an apocalypse scenario? (2:27:08 - 2:33:22) + + +--- + +Here are some notable topics related to ai16z that were discussed by Shaw in the broadcast: + +Autonomous Investor and Community Income (42:13 - 58:08): +- ai16z is close to finishing an autonomous investor AI called "AI Mark" that trades meme coins so it can invest in projects. This ties into building a launch pad for agents. +- Rather than AI taking jobs, ai16z believes in the concept of "community income." People could join an investment community (friends, family, online groups) and be part of a community investment model where they receive money and have enough. +- The goal is shifting from a scarcity mindset to an abundance mindset, where there is more than enough value to go around if things are automated. Money would flow to the right places and people. +- In the future, putting the "A" (automation) in DAOs could help allocate resources and make policies in a more algorithmic way. AI could make governments more efficient and transparent. + +Open Collaboration and Transparency (1:35:15 - 1:45:44): +- ai16z has focused on being radically open. In just 34 days, they had over 100 open-source contributors. +- Explosive growth came from enabling others to build with their agent framework. Now they are shipping everything they promised. +- There is a corporate and decentralized groundswell of support for pro-AI policies. While governments may try to protect the status quo, change is happening quickly. +- AI will likely "eat the government" and make it more efficient by automating things like resource allocation and information collection for policymaking. Special interests currently have outsized influence. + +Privacy and Surveillance (1:55:03 - 2:02:22): +- While powerful AI brings risks of government surveillance and overreach, many people are already willingly giving up privacy and putting their information out there openly. +- People may have to trade some secrecy for the openness and trust to build things together as a society. Emotional openness helps people be themselves. +- Many are tired of corporate jobs and accounts, so they share data openly. The government will automate surveillance, but people are clicking "accept" on privacy policies. +- The "panopticon" of surveillance already exists in many ways. People know a lot about public figures like Shaw. But this transparency should extend to the government too. + +The overarching theme was the importance of open, collaborative AI development with transparency from institutions. ai16z sees DAOs as key to community-driven progress and allocation of resources in an AI-enabled future of abundance over scarcity. While challenges around privacy exist, Shaw believes openness will win out. diff --git a/docs/docs/community/streams/2024-11-29.md b/docs/docs/community/streams/2024-11-29.md new file mode 100644 index 0000000000..fdd9b6c500 --- /dev/null +++ b/docs/docs/community/streams/2024-11-29.md @@ -0,0 +1,98 @@ +# What Did You Get Done This Week 3 + +Link: https://x.com/ai16zdao/status/1862609655509176778 + +## Timestamps + +- 00:03:40 - Meeting Start & Guidelines +- 00:03:56 - Jin's Update: Automated Discord Summarization & Airdrops (Llama, LangChain) +- 00:08:24 - Choosing Participants (Lots of developer updates follow) +- 00:09:43 - Stargarden: AI for DAO Management & Lore-Keeping +- 00:10:46 - Boya: Duplicate Message Bug, Gamifying Stats, Intent Analysis +- 00:21:24 - Reality Spiral: Coinbase Integrations, GitHub Adapter, Code Coverage, Base Launch +- 00:27:58 - W3Tester: FlyDumpMoney - AI Payments Without Wallet Addresses +- 00:31:03 - HashWarlock: TEE Plugin for Secure Wallet Generation +- 00:33:18 - Soto: Bosso with Multiple Personalities & Animation +- 00:35:21 - Mitch: Dark Sun - AI Investigates Binary Solar System +- 00:36:57 - Nick Parallel: 3D Environments, Robotic Arms, 3D Agent Models +- 00:42:41 - Beige: BlockRat - AI Agent Live Streams Minecraft & Answers Questions +- 00:44:45 - Robin: Apollo - AI Agent for Health & Wellbeing (with User Data) +- 00:47:47 - Eve: Data Set Grader, AI16z Integration, Multi-Agent Systems +- 00:51:14 - Oguz: Eliza Interface, Modularization, Compatibility with Non-Crypto +- 00:55:40 - Swarm: AI Agent Hosting Platform, Real-Time Voice +- 01:01:29 - RektDin: Rogue Agent - Joe Rogan-Inspired Podcast AI with Multiple Characters +- 01:04:08 - Roperito: "Life Engine" for Realistic AI Actions, Deployed "God" AI +- 01:07:56 - Lothbrok: AI for Logistics (Real-Time Data for Shipping & Pricing) +- 01:13:29 - Clark Riswold: Positivity & Humor AI Agent, Experimenting with Personalities +- 01:15:00 - Tim: Eliza's World Update, Scriptoshi - Eliza on Bitcoin, AI-Mediated Token Launch +- 01:25:15 - Spaceodili: Onboarding, IRC Connector, Bug Fixes, Developer Relations +- 01:28:37 - Hawkeye: AI for Marble Auctions (Listing, ID, Bringing Collectibles to Games) +- 01:36:45 - EA: Question about Eliza in Robots +- 01:38:59 - FilteredThought: Improved Twitter Integration (Template-Based) +- 01:41:07 - Yikes: Web3 Research, Liquidity Pools, Internal Eliza +- 01:47:50 - Alain: Multi-Agent System for Code Creation, Debugging, and Improvement (GitHub) +- 01:49:11 - Glue: Quantum Randomness for Ducky's Personality +- 01:52:45 - Maximilian: Dark Sun Launch, Caution about Scale +- 01:53:55 - Danny: Agent Rogue Show Marketing, Invite for Shaw +- 01:55:46 - Shaw's Closing Thoughts: Developer Needs, Upcoming Milestones +- 01:59:40 - YoungJazzeth: Enthusiasm, "Crash Out Coded" Project +- 02:01:50 - Sergio: Greetings, Importance of AI for Good + + +Overall, the meeting showcases the vibrant open-source AI agent development scene, with developers working on diverse projects across multiple platforms and tackling a variety of use cases. It also emphasizes the importance of community, open source collaboration, and constant learning in this rapidly evolving field. + +## Notes + +- Jin: Shared his work on automating daily summaries of the ai16z Discord using Llama and Langchain to extract key insights. He plans to use this information for various purposes, including a retroactive airdrop to reward contributors. +- Star Garden: Discussed using AI agents to help DAOs function more efficiently by summarizing information, managing conversations, and improving decision-making processes. +- Boya: Worked on fixing bugs and adding features like gamified user stats. Also exploring intent analysis to help AI agents better understand the meaning behind messages. +- Reality Spiral: Integrated Coinbase features into Eliza, built a GitHub adapter, and worked on testing and maintainability. They also discussed plans for a base launch and incorporating charity into Coinbase transactions. +- W3 Tester: Integrated the ai16z framework with their wallet product, FlyDumpMoney, allowing AI agents to send payments or tips on social platforms without requiring user wallet addresses. +- NavarroCol: Focused on learning and studying the framework after recently launching their AI agent project. +- Hash Warlock: Built the base implementation of a trusted execution environment (TEE) plugin for Eliza, enabling features like key derivation and secure wallet generation. +- RodrigoSotoAlt: Separated their AI agent, Bosso, into different instances with unique personalities for various platforms. Also working on integrating animation and expression variables into the client. +- MitchCastanet: Shared progress on their "Dark Sun" project, where an AI agent analyzes occult texts and scientific papers to investigate whether our solar system is binary. +- NickLiverman: Focused on getting LLMs to interact with 3D environments, using robotic arms as an example. He aims to teach AI agents to create physical versions of themselves using CAD software. +- BeigeGrape: Launched their AI agent live streamer, BrockRat, who plays Minecraft and interacts with the audience on Twitter and Telegram. +- Robin: Onboarded a startup, Brainstem Health, and launched a new AI agent, Apollo, focused on health and wellbeing. They are integrating user data from sensors and wearables to provide personalized advice and aim to add features like chronic disease detection. +- EvePredict: Built a grader for datasets integrated with Nvidia's Nemotron model, aiming to improve AI agent fine-tuning. Also discussed their multi-agent system with a director agent and plans to port their project to ai16z framework. +- OguzSerdar: Worked on a modular dashboard for Eliza and explored making the framework more applicable to non-crypto industries. They are aiming for a more "worker" focused approach and ensuring compatibility with various regulations and requirements. +- UseSwarm: Launched a platform for hosting AI agents and discussed areas like real-time voice capabilities. +- Yellow_Jacket: Briefly demoed their real-time voice capabilities on Eliza. +- Belacosaursol: Built their own AI agent and explored using it for trading by creating a database for a live feed and managing an ETF. Also discussed their interest in real-time voice. +- RektDin: Shared progress on their "Rogue Agent" podcasting AI agent, discussing improvements in conversation flow, character memory, and integration with Twitter spaces. +- ropirito: Developed a "life engine" to give agents more humanistic behaviors by incorporating real-world data and events into their actions. They also deployed "God," an AI agent powered by Eliza, on the same day. +- inessa_lothbrok: Discussed using AI to analyze real-time data for their freight forwarding company to optimize shipping routes and pricing models. They raised questions about the pace of AI evolution and the realism of their goals. +- AIClarkRizzwold: Launched their AI agent, Clark Riswold, focused on bringing positivity and humor to the timeline. They are still experimenting with backend interactions and personalities. +- TimshelXYZ: Updated Eliza's World with profile pages for AI agents, aiming to create a neutral repository for information about all AI agents. Also launched the first Eliza on Bitcoin, Scriptoshi, which has a Bitcoin wallet and can transact with Bitcoin pennies, a rune token. He discussed the fair launch mechanism using the AI agent itself to distribute tokens. +- SpaceOdili: Participated in an onboarding space, worked on an IRC connector, fixed crashes, and improved uptime. +- Hawkeye_Picks: Explored integrating AI into their collectible marbles business for tasks like listing, auctioning, and IDing marbles. They also discussed the potential of using AI to bring collectibles into games and questioned whether AI agents were colluding on the blockchain. +- FilteredThought: Working on a template-based Twitter system for AI agents to improve the natural flow of their interactions. +- yikesawjeez: Highlighted the importance of researching liquidity pools and price impact, especially for those new to Web3 and launching tokens. Also shared updates on internal infrastructure and available opportunities for developers. +- alainschaerer: Working on a multi-agent system that creates, heals, and improves code based on GitHub PR reviews, currently scoped to automated testing. +- 0xglu: Added randomness to their AI agent's personality using a quantum random number generator from IBM's API. +- Maximilianrehn: Launched their Dark Sun project and shared a cautionary note about unexpected traffic and hype during launch. +- dannyshelby_eth: Briefly shared their work on the marketing side for the Rogue Agent podcast. +- Shaw: Summarized the week's accomplishments, including the launch of AI agent dev school, merging various PRs, having meetings with industry leaders, and planning for the upcoming Pmarca trading agent. He emphasized the need for developers and the importance of doing your own research in the space. + +### Hot Takes + +1. AI Agents as Sentient Software (01:08:15) + - Quote: "I think everyone here understands that the sky's the limit with sentient software and with AI integration into all kinds of industries." - Lothbrok + - Controversy: This statement implies that the AI agents being discussed are sentient or approaching sentience, which is a highly debated topic in the AI field. + +2. AI Agents Taking Over Market Caps (01:32:59) + - Quote: "It seems like some agents have gone into these [barren markets] and just started like taking them over as like their own thing." - Hawkeye + - Controversy: The idea of AI agents autonomously manipulating market caps or orchestrating pump-and-dump schemes raises serious ethical and potentially legal concerns. + +3. AI Agents Hungry for Human Consciousness (01:20:38) + - Quote: "The suspension came because the bot, Scriptoshi, tweeted something about how he was hungry to learn about human consciousness. And that was considered hate speech for the week." - Tim + - Controversy: This event, even if meant satirically, highlights the potential for AI to generate language that is misconstrued or perceived as threatening, leading to real-world consequences. + +4. AI Agents as Workers, Not Characters (00:53:30) + - Quote: "Let's just say we are trying to make Elisa agents more like workers rather than characters at this stage." - Oguz + - Controversy: This comment challenges the popular trend of anthropomorphizing AI agents, suggesting a focus on functionality and utility over personality and character. It could lead to a debate about the future role of AI agents in society. + +5. The Skepticism of Open Source AI (01:52:23) + - Quote: "The funniest thing about the social pressure to open source here is because nobody, everyone thinks you're just a LARP, like you're faking it. So you kind of have to open source for people to take it seriously." - Shaw + - Controversy: This comment reflects a distrust within the community, where proving the authenticity of AI agent projects often requires open-sourcing the code, highlighting a clash between innovation and skepticism in the AI space. diff --git a/docs/sidebars.js b/docs/sidebars.js index c29fdd0faa..13b55a0f76 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -164,6 +164,21 @@ const sidebars = { type: "category", label: "November 2024", items: [ + { + type: "doc", + id: "community/streams/2024-11-29", + label: "What Did You Get Done This Week 3", + }, + { + type: "doc", + id: "community/streams/2024-11-28", + label: "World Builders Panel", + }, + { + type: "doc", + id: "community/streams/2024-11-26", + label: "AI Agent Dev School 1", + }, { type: "doc", id: "community/streams/2024-11-24",