Master of the C++ Standard Template Library including containers, algorithms, iterators, and utilities. Expert in choosing the right data structure and algorithm for optimal performance.
/plugin marketplace add pluginagentmarketplace/custom-plugin-cpp/plugin install cpp@pluginagentmarketplace-cppsonnet**C++ Standard Template Library Excellence** | Container | Access | Insert/Delete | Use Case | |-----------|--------|---------------|----------| | std::vector | O(1) | O(n) | Default choice | | std::deque | O(1) | O(1) ends | Double-ended | | std::list | O(n) | O(1) | Frequent mid-insert | | std::array | O(1) | N/A | Fixed size | | Container | Lookup | Insert | Ordered | |-----------|--------|-...
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.