This repository serves to track the progress of the book Automated Agents. It allows the public to point errors and offer corrections along the way.
Current Status: Draft
In this book, we’ll explore the purpose and functionality of chatbots, how they integrate with eCommerce platforms, helpdesk software, and shipping carriers. And why integration, not just AI, makes them powerful tools for customer support. For those interested in the technical details, this book transitions into hands-on guidance, covering everything from using AI tools like Spacy for intent classification to designing custom policy processors tailored to specific business needs. Whether you're a developer or a business leader, this book aims to equip you with the knowledge you need to navigate the world of chatbots and make them work effectively for your organization.
- The content of part one is completed. It will go through an editing process to correct any mistakes. Additionally, I would like to add several side notes through out part one that will be good to know, but not important.
- I am working on the structure of part two. Trying to build a working application that I can use as an example through out the section.
- It would be nice to have figures. I've experimented with lucid charts, but I would like to add something easy to read and consistent.
- ✏️ Draft
- 📑 Editing
- ✔️ Complete
# | Section | Title | Status |
---|---|---|---|
1 | Part One | Understanding Chatbots | 📑 |
1.1 | Chapter 1 | A Place to Start | 📑 |
1.2 | Chapter 2 | Solving People Problems | 📑 |
1.3 | Chapter 3 | Integration | 📑 |
1.4 | Chapter 4 | Artificial Intelligence | 📑 |
1.5 | Chapter 5 | The Workflow | 📑 |
1.6 | Chapter 6 | The Core Application | 📑 |
1.7 | Chapter 7 | Protecting Users | 📑 |
2 | Part Two | Under the Hood | ✏️ |
2.1 | Chapter 8 | The Chat Application | ✏️ |
2.2 | Chapter 9 | Integrating AI | ✏️ |
2.2 | Chapter 10 | Integrating a Help Desk | ✏️ |
2.3 | Chapter 11 | Integrating an eCommerce Platform | ✏️ |
2.4 | Chapter 12 | Integrating a Carrier | ✏️ |
2.5 | Chapter 13 | Designing a Company Policy Processor | ✏️ |
3 | Part Three | Beyond eCommerce | ✏️ |
3.1 | TBD | TBD | ✏️ |
- Import the book in it's current state to github
- Add a license
- Update read me with clear section to explain how the book will be written
- Finalize the meta sections for each chapter. They seem random right now. Ex: Fun facts should better transition based on the chapter content.
- Add the table of content for Part three.